This is an implementation of an interactive timeline for the museum assistance application for COSC 4P02 (Winter 2023). The app is currently live at https://cosc4p02-project-a5335.web.app/.
| Name | Student ID | Git Hub Username |
|---|---|---|
| STEVEN SABHARWAL | 6537484 | stevensabharwal |
| REET CHAHIL | 6465314 | chahilr |
| EVAN GALEA | 6477285 | EvanGalea2 |
| YANNICK DE CALUWE | 6418396 | AnonyDragon |
| GEORGE BARAKAT | 6429161 | gebt2000 |
| HENRY TU | 6464143 | Henry-Tu |
| ARSHDEEP SINGH | 6837827 | arshdeep42 |
| FAHAD UMAIR | 6797658 | fahadumair |
All documents and reports will be in the documents folders.
Front-end: HTML, CSS, JS, React.js
Back-end: Firebase
Database: Firebase Firestore (No-SQL Database)
- Clone the repo
git clone https://github.com/chahilr/COSC-4P02-Project.git
- cd into the repo
cd COSC-4P02-Project
- Install the dependencies
npm ci
- Run the project
npm start