A web application that allows users to search a city's weather.
This web application was built using the popular frontend framework, React.js, with Redux. The app uses Axios to make a get
request to OpenWeatherMap's API, which returns the temperature, pressure, and humidity of the searched city.
- Fork and clone this repository
- In your terminal, move into the project
- Run
npm install
- Run
npm start
- HTML, CS, JavaScript
- React.js
- Redux
- Babel
- Axios
- OpenWeatherMap API
- Google Maps API
- Lodash