This project was bootstrapped with Create React App.
Run yarn start
or npm start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run yarn build
or npm run build
to build the project. The build artifacts will be stored in the build
directory.
Run yarn lint
or npm run lint
to check linting error in terminal .
Run yarn test
or npm run test
to run the test scripts (unit test and snapshot test) . Test scripts are written using jest and enzyme .
Code follows Airbnb's React style guide Airbnb style guide
It is hosted on Amazon EC2 instance with node + express web server . It is running at http://ec2-18-233-181-1.compute-1.amazonaws.com:9000/
- Get dynamic 5 days weather forecast based on the city selected
- Dropdown with auto search enabled
- Swipable UI when used on touch screens
- Graphical Report - Pictorial represenation with graph chart for temperature vs time and wind speed vs time
- USER INTERFACE
- Changing background image or color based on climate
- FUNCTIONALITY
- Add more filters for search based on country,city,geolocation .
- Adding google maps .
- Showing up weather report in multiple temparture format ex: celsius,fahrenheit .