A weather dashboard built with React and Vite. Get real-time weather information for any city.
- React - UI library
- Vite - Build tool and dev server
- CSS3 - Styling with modern features
- Weather API - Real-time weather data
- Local Storage - Persistent user preferences
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm run dev - Open http://localhost:5173 in your browser
