- Go Check the Youtube Video of the Project. Youtube Video
The Whether-Dashboard is a web application designed to provide users with real-time weather updates and forecasts. It features various weather metrics such as wind speed, UV index, humidity, and visibility.
- Real-time weather updates
- Interactive charts for weather metrics
- Responsive and modern UI
- Forecast strips for upcoming days
- Data tabs for quick metric switching
- Clone the repository.
- Install dependencies using
npm install. - Start the development server with
npm run dev.
/Design # Design files and assets
/public # Static files
/src # Source code
/components # React components
/assets # Image and media assets
App.jsx # Main app component
main.jsx # Entry point
- Navigate to the dashboard to view current weather conditions.
- Use the interactive charts to explore different weather metrics.
- React
- Vite
- Tailwind CSS
- Recharts

