Welcome to the Weather Application built with React.js and CSS! This application leverages the OpenWeatherMap API to fetch real-time weather details for the specified location.
- React.js
- CSS
- OpenWeatherMap API
Upon entering the desired location, the application provides the following details about the place:
- Temperature
- Humidity
- Min Temperature
- Max Temperature
- Weather Description (e.g., haze) and Feels Like Temperature in °C.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
npm installto install dependencies. - Run
npm startto launch the application.
Feel free to explore the weather details for any location and stay informed about the current conditions!