This is a React App where I have built a weather checking app which helps you to check the weather of any major city in the world. It is done using the OpenWeather api.
https://akash-vani.vercel.app/
Here're some of the project's best features:
- Check weather of any city in the world
- Background image changes according to the weather of specified place
- Change temperature from Celsius to Fahrenheit & vice-versa
- Shows humidity pressure & wind speed
1. To setup this project run this line in your code editor terminal
npm install
2. To start this on local server
npm start
Technologies used in the project:
- React js
- react-router-dom
- HTML
- sass
- react hooks
- react components
- OpenWeather api