Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.6 KB

Waste Tracker

Created a web platform to enable volunteers to efficiently find and clear wastes generated near them using React and MapBox Api. Users can add location of such waste sites near them on the map. Volunteers can then see waste sites and then click to volunteer, see available volunteers to clear such areas.

We made this project in hackathon called Hack the Fall 2.0. It was 2 days hackathon, so we added whatever we could in that two days.

Run Locally

Clone the project

  git clone https://github.com/Xaier310/wasteTracker.git

Go to the project directory

  cd wasteTracker

Install dependencies in backend

  cd backend
  npm install

Start the Server

  node index.js

Install dependencies in frontend

  cd frontend
  npm install
  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MAPBOX_API_KEY

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot