- This is a web application that displays weather information for a given city.
- It relies on data from the WeatherAPI.
- I am working on this project to learn and experiment React ecosystem.
- A user can see the current weather forecast for a given city. This allows autocompletion.
- A user can see the weather history for the past 7 days.
- React
- TypeScript
- Vite
- pnpm package manager
- Zod for schema validation
- TailwindCSS
- Shadcn/ui