/happenin-web

A web-app for finding and sharing things to do on campus. Created at Hack UMass 2016

Primary LanguageHTMLMIT LicenseMIT

About

Happenin' is a web application for people living in the same area to share what they're doing and invite others to join in! Using it is easy: Just open the web page and see what others have shared in your area. You can click on the "Create an event" button to share your own activity too, whether it be a hackathon, nature walk, study session, or pickup ball game! We hope that Happenin' can be a platform for people to meet new friends and form community bonds.

Development Team:

Dalton Miner, Quinn Vissak, Sam Markelon, Kyle Fujio

Building and running

Install node/npm

Clone repo:

git clone https://github.com/dwminer/happenin-web

cd to project

cd happenin-web

Install dependencies

npm install

Run the project

npm start