This is a simple weather app built with React. It allows users to search for a location and get the current weather conditions.
- Search for a location by city name
- View the current temperature, weather conditions, and wind speed
To install and run the app locally, follow these steps:
- Clone this repository to your local machine
- Navigate to the project directory in your terminal
- Run
npm install
to install the dependencies - Run
npm start
to start the development server - Open your web browser and navigate to
http://localhost:3000
To use the app, follow these steps:
- Enter a city name in the search bar and click the search button
- View the current weather conditions for the selected location
This app was built using the following technologies:
- React
- OpenWeatherMap API
This project is licensed under the MIT License. See the LICENSE file for details.