This is a project for COMP1800 titled ...
This browser based web application to ...
These are the members in our team:
- ...
- ...
- ...
Technologies used for this project:
- HTML, CSS
- JavaScript
- Bootstrap
- ...
Here are the steps ...
- ...
- ...
- ...
Here are some known bugs:
- ...
- ...
- ...
What we'd like to build in the future:
- ...
- ...
- ...
Content of the project folder:
Top level of project folder:
├── .gitignore # Git ignore file
├── index.html # landing HTML file, this is what users see when you come to url
└── README.md
It has the following subfolders and files:
├── .git # Folder for git repo
├── images # Folder for images
/blah.jpg #
├── scripts # Folder for scripts
/blah.js #
├── styles # Folder for styles
/blah.css #
Firebase hosting files:
├── .firebaserc...