Graphically displays a 5 day weather forecast for your desired cities using ReactJS.
This project has been created as part of the course "Modern React with Redux" from Udemy.com. Link to the course: https://www.udemy.com/react-redux/
To start up the application:
- Open Command Prompt / Terminal.
- Navigate to the source code directory using cd command.
-
npm install
-
npm start
- Open browser and enter 'localhost:8080' in the address bar.
- Enter names of US cities in the search bar to get the latest weather graphs.