Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

dilpreetsio/Event-Buddy

Repository files navigation

alt 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.

Screenshot

alt screenshot

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 maintained by geekyd