Welcome to Weather WebApp, a modern and user-friendly weather application that provides accurate and up-to-date weather information based on your current location or a specified city.
🌐 Live Demo: Weather WebApp
- Current Location Weather: Automatically fetches weather data for your current location.
- Search by City: Allows you to search for weather information by entering a city name.
- Detailed Forecast: Provides temperature, humidity, wind speed, and weather conditions.
- Interactive UI: Intuitive design for seamless user experience.
- Frontend: HTML
- Backend: RESTful APIs (OpenWeatherMap or similar)
- Styling: CSS, Bootstrap/Material-UI
- Hosting: Netlify
- Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/Shrijit007/Weather-WebApp.git
- Navigate to the project directory:
cd Weather-WebApp - Install dependencies:
npm install
- Start the development server:
npm start
- Open the app in your browser at
http://localhost:3000.
-
Access Current Location Weather:
- On loading the app, allow location access to fetch weather data for your current location.
-
Search Weather by City:
- Use the search bar to enter the name of a city and get detailed weather information.
-
View Weather Details:
- See real-time updates including temperature, humidity, wind speed, and more.
Contributions are always welcome! If you have ideas for improvements or new features, feel free to fork the repo and submit a pull request.
- Fork the project.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Commit your changes:
git commit -m "Add your message here" - Push to the branch:
git push origin feature/YourFeatureName
- Open a pull request.
This project is licensed under the MIT License.
- Thanks to OpenWeatherMap API for the weather data.
- Special thanks to everyone contributing to open-source projects that make this possible.
⭐️ Don't forget to star this repository if you find it useful!
