A simple weather app built using Vite, React, TypeScript, and the Open-Meteo API. It displays current temperature data for your location.
- Vite
- React
- TypeScript
- Tailwind
- Clone the repository:
git clone https://github.com/shauvet/weather-forecast.git
- Install dependencies:
npm install
- Run the app:
npm run dev
- Display more weather details and add icons for each weather condition.