Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.21 KB

My Web Application (Title)

General Info

This browser based web application to ...

Technologies

Technologies used for this project:

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

Content

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


Tips for file naming files and folders:

  • use lowercase with no spaces
  • use dashes (not underscore) for word separation

Editor: Joshua Krauchi Included: checkout.html

Editor: Eric Tan Included: profile.html

Edditor: Boki Pantic Included: ordering.html

Edditor: Lillian Xu Included: signup.html