Green Thumb is a simple platform for users to find and create events targeted at making communities cleaner, and offsetting our carbon footprint. Users can create and edit a profile, then find an event to participate in, or create an event for others to join.
To run the app locally, you will first need to git clone the repository to your local machine.
HTTPS:
$ git clone https://github.com/Brandenlanghals/greenthumb.git
SSH:
$ git clone [email protected]:Brandenlanghals/greenthumb.git
Once cloned, cd into the repository and install the necessary dependencies by running:
$ npm install
You can then start the app locally by running:
$ npm run start
- MongoDB - Database
- Express.js - Node.js framework
- React - Javascript Interface
- Node.js - JavaScript runtime
- jQuery - Front-end framework
- Passport - Authentication for Node.js
- npm - Dependency management
- Material-UI - CSS framework
See contribution history here
Making the app a mobile app is the biggest priority. This would allow events to be found or created on-the-go, and also allow you to help out wherever you may be. We would also like to build out the profiles functionality to make connections and enable group collaboration between users. Also, we would like to add a geolocation feature to only display events in your area.