React-Redux simple weather app.
- Easy check temperature and pressure in any city
- Easy check forecasts with temperature, pressure and humidities in any city
- On current weather page background depends on temperature
Required NPM
- Clone the repository.
- Write in the terminal of the projects' root folder:
npm install
- Change APIs in
root/src/actions/index.js
Generate it here. - Write in the terminal of the projects root folder:
npm start
- Enter in your browser:
localhost:8080
Features:
- One page easy searches temperature and pressure for the US cities
- Charts with temperature, pressure and humidity for many cities at the same time
- Charts with wind, polution and level of danger for many cities at the same time
- Separate routes for every feature with navbar
- Country to select build in searcher input
- Animated background on root site depended on the weather of the searched city
Todo:
- Better validation
- Refactoring all day all night
- Better RWD
- Unit tests
- Some magic to get the country name from the search bar
- SASS