This web application, built with React.js, allows users to check the current weather conditions for any city globally. It retrieves weather data through the Weather API.
- Search for weather conditions of any city worldwide.
- View current weather details including temperature and weather description.
- Fetch weather data using the Weather API.
- React.js
- HTML
- CSS
- JavaScript
- VS Code
- Weather API
To get started with this app:
- Clone the repository or download the source code.
- Open the project in your preferred code editor.
- Run
npm install
to install the required dependencies. - Start the development server with
npm start
. - Open your browser and go to
http://localhost:3000
to access the app.
To use the app, enter the name of the city you want to look up in the search bar and press Enter. The app will show the current weather conditions for the selected city.
A live demo of the React Weather App is available.