A Firebase web app for building your very own timetable and viewing your mates' timetables! Find it hosted at https://diy-timetable.web.app/
- Clone the repository using
git clone https://github.com/Ayush-KS/DIY-Timetable.git - Create a firebase project of your own from
https://firebase.google.com/ - Edit the
.firebasercfile in root directory and change the project name fromdiy-timetableto your project name. In case the file is not present in you root directory, create a.firebasercfile and in it add:{ "projects": { "default": "diy-timetable" } } - Run firebase init in root directory and make sure you have firebase cli and related libraries and you are logged in.
- Let all the default settings run but choose
yforsingle page app. - Start the project with
firebase serve.
Ayush Kumar Singh |
Pallav Bhardwaj |