Weather App

A simple weather app built using Vite, React, TypeScript, and the Open-Meteo API. It displays current temperature data for your location.

Technologies Used

  • Vite
  • React
  • TypeScript
  • Tailwind

Running Locally

  1. Clone the repository: git clone https://github.com/shauvet/weather-forecast.git
  2. Install dependencies: npm install
  3. Run the app: npm run dev

Future Improvements

  • Display more weather details and add icons for each weather condition.