Displays Weather data based on cities
- Displays weather data and conditional css as per the temperature
- Renders Error Modals for invalid entries
- Shows Loading and Error states while fetching data
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_WEATHER_API_KEY
HTML , CSS , JS , BootStrap , React
npm install
nodemon server.js
Create .env file accordingly
visit app @localhost:3000
The app is deployed here