This is a web app developed as a final project for SheCodes React using React. It allows users to search for the weather conditions of any city in the world and provides current weather information. The app fetches weather data using the SheCodes Weather API.
- Users can search for weather conditions of any city in the world.
- The app displays the current weather conditions, including temperature and weather description.
- The app displays 7-day forecast.
- The app utilizes the SheCodes Weather API to fetch weather data.
- React
- Typescript
- HTML
- SCSS
- JavaScript
- VS Code
- SheCodes Weather API
To use the app, simply type the name of the city you want to search for in the search bar and press Enter. The app will display the current weather conditions for the searched city.
A live demo of the React Weather App is available at DEMO.
- The weather app was created by kbekher as a final project for the SheCodes React workshop.
- The app uses the SheCodes Weather API to retrieve weather data.