The urban dictionary for neighborhoods.
Add points of interests to share with your friends. Navigate to different cities. Share the map with your friends as an image or url!
Front End
- ReactJS
- Styled Components (React)
Back End
- Node/Express
- Mapbox API (via React Map GL)
- PostgreSQL
- Fork or clone this repository locally.
cd
into thehoodie
directory and usenpm install
to install all dependencies for this project.- Run the
npm run build
command to create a webpack bundle file. - Run the
npm start
command to start a local server. - Open your browser and go to
localhost:3000
to use the app!