Skip to content
This repository was 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

About

Hackathons, conferences & start-up events listing application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 42