A timetable webapp that fetches lessons from google calendar and displays the events on the webapp.
- Clone the repository
- Delete the lock files and NODE_Modules if present
- Install dependencies
npm install
or
yarn install
- Start the application with yarn/npm
- The application will be ready at localhost:3000 in your default browser
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. (I am yet to write tests for this application)