Skip to content

amitbatra31/wasteTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • CSS 19.9%
  • HTML 6.9%