Display recycling information for York households, remembering the previously input location.
The York Refuse/Recycling Collection Lookup website doesn't remember your previously selected location, which annoys me.
Thanks to the city council for leaving the apis open though, so I could use them.
- node (version 14)
This is a react project. It uses redux to manage global state.
To run the project locally, clone and cd into its directory.
npm install
npm start
To run tests
npm test
The project is automatically deployed to netlify when pull requests are merged.