lsylk / wtmb-js-crashcourse

Code for Women Techmakers Berlin JavaScript crash course 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


FoodSnobs

A platform for food snobs to

  • make Reservations,
  • create ics files for approved reservations,
  • visit & rate Restaurants (on a scale of 1-10),
  • attend FoodEvents (or cancel attendance),
  • and tag restaurants they've been to.

Restaurants can

  • approve or deny reservation requests,
  • host FoodEvents
  • and invite their most loyal patrons to those events.

The Rating, Reservation, and FoodEvent classes don't have methods as they are "relationship objects". FoodSnobs and Restaurants create instances of them in their interactions with each other to store and update information that describe their relationship.

About

Code for Women Techmakers Berlin JavaScript crash course 2019


Languages

Language:JavaScript 77.4%Language:HTML 15.4%Language:CSS 7.1%