I am using node v11.4.0
API keys have been placed into an .env file which have not been pushed into this repo.
Keys are needed for REACT_APP_GOOGLE_PLACES_KEY=<KEY
> and REACT_APP_OPEN_WEATHER_KEY=<KEY
>
Please request keys from me to run app locally.
To run this project locally, api keys for after obtaining api keys please git clone, cd better-weather, npm install
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
This project is hosted on Github Pages at: BetterWeather
I used Travis CI for continuous deployment and integration.
I wanted to utilize everything I learned during my training at Buildit. This meant implementing a scaleable file structure for my project. I also added sagas and redux as well as tests.
Used Create React App instead of configuring the build.
- Build the app without using an external boilerplate - I would like to get a better understanding of build configuration
- Adding 404 page