This repository contains an application that allows users to view weather conditions for selected locations. The application utilizes API data from OpenWeatherMap to fetch current weather, humidity, and wind speed data.
- View weather conditions for selected locations.
- Real-time data on temperature, humidity, and wind speed.
- Simple and intuitive user interface.
- ReactJS: for developing the user interface.
- Axios: for making requests to the OpenWeatherMap API.
- CSS: for styling and designing the user interface.
The application is available at the following link: Weather Application
Please visit this link to view and use the application. If you have any questions or suggestions, feel free to contact us.
If you want to run this project locally on your computer, clone this repository and follow these steps:
- Open a terminal and navigate to the project folder.
- Run
npm install
to install all dependencies. - Then run
npm start
to start the application on your local server.
That's it! Now you can use the weather application locally on your computer.
This project is distributed under the MIT License.