WeatherWise is a React-based weather forecast web application that provides users with current weather conditions and a 5-day forecast for specified locations. The application features a user-friendly interface with responsive design, ensuring optimal usability across devices.
- Current Weather: Display real-time weather conditions including temperature, humidity, wind speed, and description.
- Location Search: Allow users to search for weather information for any location worldwide.
- Responsive Design: Ensure a seamless experience across various devices and screen sizes.
- React.js
- Node.js
- CSS3
- Weather API (e.g., OpenWeatherMap, WeatherAPI)
- Clone the repository:
git clone https://github.com/your_username/WeatherWise.git
- Navigate to the project directory:
cd Weather app
- Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000to view the application.
Check out the live demo of WeatherWise here.
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests. Please follow the Contributing Guidelines when contributing to this project.
- Weather data provided by OpenWeatherMap