React Redux front-end for community food map project using Google maps API. Food-sharing mutual aid resource for the Bay Area, CA.
- Repo for the backend: https://github.com/thealice/community-food-map-backend.
- Blogpost going over React Redux Fundamentals used.
- Video walkthrough the project (still in early stages): https://youtu.be/HqMGq7HCtQo](https://youtu.be/HqMGq7HCtQo)
The backend of this app can be found at https://github.com/thealice/community-food-map-backend. You'll want to clone that and run rails server
first to get the API going.
Then you'll clone this directory and run yarn start
to start the app in development mode.
Open http://localhost:3001 to view it in the browser.