This browser based web application to ... HEAD
- Hi my name is Noufil. I'm excited about this project because I can learn how how to collaborate with team members in a professional environment.
- Hi my name is Xavier. I'm excited about this project because...
- Hi my name is Anh. I'm excited about this project because I can learn new things and work with my amazing team
Technologies used for this project:
- HTML, CSS
- JavaScript
- Bootstrap
- Google Icons
- Firebase
Content of the project folder:
Top level of project folder:
├── .gitignore # Git ignore file
├── index.html # login page HTML file, this is what users see when you come to url
└── README.md
It has the following subfolders and files:
├── assets # Folder for images
└── logo # Folder for logo
├── js # Folder for scripts
├── authentication.js
├── distance.js
├── global.js
├── script.js
└── skeleton.js
├── css # Folder for styles
├── global.css
└── style.css
├── text # Folder for navbar
└── nav.html
├── about # Folder for about page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
├── account # Folder for account page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
├── create-group # Folder for create-group page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
├── home # Folder for home page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
├── join-group # Folder for join-group page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
├── main # Folder for main group page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
└── sign-up # Folder for sign-up page
├── css # Folder for styles
├── js # Folder for scripts
└── index.html
Firebase hosting files:
├── .firebaserc
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
└── storage.rules