Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 838 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 838 Bytes

Clean_Clan Web App

  • A web app that gamify the idea of “Swachh Bharat Abhiyaan” and aims to bring a change in the way we conceive it.
  • People lack motivation towards the idea of doing the work themselves even if they are facing problems because of dirty surroundings.
  • Adding gamification and competitiveness to this initiative can motivate more people to work and contribute to make a cleaner and safer India

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/saisankargochhayat/Clean_Clan/
# Go into the repository
cd Clean_Clan
# Install dependencies
npm install
# Run the app
npm start