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 ...
List team members and/or short bio's here...
- ...
- ...
- ...
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)
- ...
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 ...
- ...
- ...
- ...
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 # Acknowledge source
├── scripts # Folder for scripts
/blah.js #
├── styles # Folder for styles
/blah.css #