Monk's Cafe is the final project in a ten-week JavaScript course. We were to create a restaurant landing page with booking capabilities for the fictional restaurant in Seinfeld. The deliverables included: interesting visual design, booking capabilities, capturing reservation information using Firebase, and using a Google Maps API.
The most important component of this project was using JavaScript and jQuery to give a webpage the capability to book a reservation. This included: initiating and connecting the database, creating click events, event listeners, pushing data, etc.
End result: When booking a reservation, the user just types in their name, selects a day from the drop down, and clicks 'set reservation'. This then feeds to the connected database, letting the 'restaurant' track reservations.
For the location of the restaurant, we had to read the Google Maps API documentation, and then initiate the map by entering in the restaurant coordinates.