Weather APP
Demo
https://waveciou.github.io/weather-app/
Introduce
- The user can input location (ex: Taipei, Tokyo, London) and getting 5 weather forecast from open API.
- Rendering forecast data with charts: Max temperature (Bar Chart), Min temperature (Bar Chart), Humidity (Pie Chart).
Tech Stack
- React.js + TypeScript and use Vite.js to bundled.
- Tailwind CSS, SCSS, Material Icons.
- Weather data source open API: Open Weather API.
- Use SVG to build bar chart & pie chart, It has not use any UI component library for development.