/react-timetable

Create an Interactive Festival Timetable from JSON data

Primary LanguageJavaScript

React Timetable

Create timetable from Festival data JSON

Festival Timetable

What is it:

Create festival timetable from JSON data and be able to create (and export?) a personalized Timetable.

Techniques:

  • React
  • Webpack
  • service worker

Work it:

Install dependencies:
$ yarn

Run server:
$ yarn start

TODO:

  • Timetable
  • Program overview from JSON
  • Get data from BKS
  • getArtist() function for podium columns OR map and enrich stage objects with acts
  • Add/link images to data
  • Think of something else but top-offset for placing tt-artist-block
  • Make items selectable
  • Split into components/data/containers
  • Use CSS-next
  • Fix image bind for missing images
  • Add additional information in ArtistCard (times/stage)
  • Make ArtistCard additional information toggle
  • Add to Google Calendar functionality
  • Add date to Artist Object
  • Create time column
  • Refactor time.js
  • Clean up Artist Object Manipulation
  • Host on Github Pages
  • Tap instead of hover for touch screens
  • Style start/end time ArtistCard
  • Use SW for offline functionality
  • Create personal calendar
  • Set generic image placeholder
  • Add Redux?
  • Use actual stage names from JSON
  • Use artist-id for binding img's and acts
  • Drag & drop functionality?
  • Create input fields for JSON generation (Or something like Wesbos tutorial?)
  • Firebase for user content?