This repository implements an interactive calendar that allows people to book rooms from YWCA Cambridge.
index.html
: Main HTML page for the websiteassets
: Contains all the CSS, JS, and images powering the siteincludes
: All libraries used (JQuery & Fullcalendar) are contained here
This widget is completely static (no back-end), allowing it to be hosted entirely on Github pages, and then embedded on the YWCA Cambridge website using an Iframe. Two Google sheets, linked using the IMPORTRANGE function, were used to keep track of booking requests and approved bookings. To deploy any changes to production, just push to the master
branch.
- Project by Annie Liu, Jeffrey Shen, Sarah Wertheimer, Katherine Yang
- Special thanks to MIT Code for Good and YWCA Cambridge
- https://fullcalendar.io/ was used to power the calendar