A real-time weather application built with React and Vite that provides current weather updates and forecasts for any location.
Check out the live application here: https://weather-app-two-eosin-49.vercel.app/
- Real-time Weather Updates: Get current temperature, humidity, wind speed, and weather conditions
- Location Search: Search for weather information by city name
- Weather Forecasts: View extended weather forecasts
- Severe Weather Alerts: Receive notifications for severe weather conditions
- User-Friendly Interface: Clean and intuitive UI for easy navigation
- Responsive Design: Works seamlessly on desktop and mobile devices
- Frontend: React
- Build Tool: Vite
- Styling: CSS
- API: Weather API integration
- Deployment: Vercel
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Adarshkumar0509/Weather-app.git- Navigate to the project directory:
cd Weather-app- Install dependencies:
npm install- Start the development server:
npm run devThe application will open at http://localhost:5173
npm run buildsrc/- Source code directorysrc/components/- React componentssrc/assets/- Images and static assetsindex.html- HTML entry pointvite.config.js- Vite configuration
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
- Adarsh Kumar - GitHub Profile
For any inquiries or feedback, please reach out through GitHub Issues.