A local business finder that finds local small businesses owned by members of vulnerable communities. This app was built in under 2 days as part of a challenge to build a "Minimum Viable Product" in less than 2 days.
Although there has recently been an uptick in blog posts and media listing local, minority-owned businesses, there is a lack of centralized information. This web app collects and stores this information in one place and recommends nearby shops to support.
- Fork and clone the repo to your local machine
- Install all dependencies with npm install
- Create a config.js file in the root directory exporting a valid Google Maps API token
- Run the npm script 'react-dev' to build a bundle using webpack
- Run the server with the npm start script
- Open localhost:3000 on your machine
- Node (& Nodemon) / Express
- React
- PostgreSQL (Full-text search and data persistence)
- Axios
- Google Maps API
- JavaScript, HTML, CSS
- Bootstrap (for loading spinner)