joshua0308 / poopee-deprecated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is deprecated

Poopee

Zoom out Zoom in Card Reviews
Screen Shot 2022-03-05 at 9 31 50 PM Screen Shot 2022-03-05 at 9 33 34 PM Screen Shot 2022-03-05 at 9 31 09 PM Screen Shot 2022-03-05 at 9 39 43 PM

How to start

Create a .env file in the root directory

touch .env
echo 'REACT_APP_GOOGLE_MAP_KEY=YOUR_API_KEY' >> .env

npm install

Installs dependencies.

npm start

Runs the app in the development mode.

npm run build

Builds the app for production to the build folder.

Notes

  • This is the first React app I created for Poopee after rebranding from RestroomFinder.
  • The project was spawned using create-react-app.
  • The app used to fetch restroom data from the RestroomFinder server hosted on Heroku, which is no longer available.
  • The app uses react-google-maps to render the map.

About


Languages

Language:JavaScript 94.7%Language:HTML 2.9%Language:CSS 2.4%