Simple, responsive schedule template for hackathons. Built on Angular.js, it takes in a schedule and displays it in a nicely formatted list.
- Reads in schedule data from a JSON file (you can even use an online JSON host such as Jasonbase for fast editing).
- Supports one-day, two-day and three-day schedules.
- Displays a countdown timer that counts to both starting time and ending time.
- Navigation bar for easier access to Devpost, Slack, etc.
- Responsive, works on mobile!
You can see a live demo here.
- Clone the repository.
- Update the
startDate
andendDate
variables inconfig.json
. - Generate your JSON schedule file based on the format found in the samples at
sample_schedules/
and assign it to thescheduleUrl
variable inconfig.json
. - Update the branding.
- Update the URLs on the navbar.
- You’re good to go!