You can visit the live website here.
- React
- CSS
- JavaScript
- OpenWeatherMap API
- Responsive design for optimal viewing on different devices.
- Shows the weather of "New Delhi" by default.
- Shares all the details related to the weather like feels like temp, humidity.
- Can search for any city for the weather of the corresponding city
To run this portfolio website locally, follow these steps:
- Clone the repository:
(https://github.com/biswajeetbehera123/weather-app)
- Navigate to the project directory:
cd weather-app
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and visit http://localhost:3000 to view the website.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.