/Event-Buddy

Hackathons, conferences & start-up events listing application

Primary LanguageJavaScriptMIT LicenseMIT

Event Buddy

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.

Is there any event that is missing ?

Add a missing event at static/data/year/month/events.json

JSON format

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"
}

How to setup the project?

# install dependencies
npm install

# serve at localhost:8080
npm run dev

Maintainer

This project is maintainer by geekyd