Skip to content

kjfraser/1800_202310_BBY23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

932b8f5 · Apr 5, 2023
Apr 5, 2023
Apr 4, 2023
Apr 5, 2023
Apr 5, 2023
Apr 4, 2023
Apr 5, 2023
Feb 23, 2023
Apr 5, 2023
Jan 18, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Feb 23, 2023
Feb 23, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023

Repository files navigation

Project Title

1. Project Description

State your app in a nutshell, or one-sentence pitch. Give some elaboration on what the core features are.
This browser based web application to ...

2. Names of Contributors

List team members and/or short bio's here...

  • Hi my name is Kade, Github scares me, but it seems useful
  • My name is Conrad. I am finally ready to git going.
  • My name is Emily and I am in CST.

3. Technologies and Resources Used

List technologies (with version numbers), API's, icons, fonts, images, media or data sources, and other resources that were used.

  • HTML, CSS, JavaScript
  • Bootstrap 5.0 (Frontend library)
  • Firebase 8.0 (BAAS - Backend as a Service)
  • ...

4. Complete setup/installion/usage

State what a user needs to do when they come to your project. How do others start using your code or application? Here are the steps ...

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

5. Known Bugs and Limitations

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                # Acknowledge source
├── scripts                  # Folder for scripts
    /blah.js                 # 
├── styles                   # Folder for styles
    /blah.css                #