gathrean / comp1800-demo08

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title or Name

1. Project Description

This browser based web application to ...

2. Names of Contributors

These are the members in our team:

  • ...
  • ...
  • ...

3. Technologies Used

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • ...

4. Complete setup/installion/usage

Here are the steps ...

  • ...
  • ...
  • ...

5. Known Bugs

Here are some known bugs:

  • ...
  • ...
  • ...

6. Features for Future

What we'd like to build in the future:

  • ...
  • ...
  • ...

7. Contents of Folder

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...


About


Languages

Language:HTML 75.9%Language:JavaScript 19.0%Language:CSS 5.1%