Lists all major Hackathons, Conferences & Start-up Events at one place. The purpose of this app is to provide information to every enthusiast. Contribute by sharing events around you to help others.
Add a missing event at static/data/year/month/events.json
The JSON format of the an event in all JSON files
{
"name" : "Name of the event",
"start" : "dd/mm/yyyy",
"end" : "dd/mm/yyyy",
"location" : "City, Country",
"type" : "hackathon || startup || conference"
"website" : "URL of website",
"logo" : "URL of image"
}
# install dependencies
npm install
# serve at localhost:8080
npm run dev
This project is maintainer by geekyd