Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.22 KB

My Afternoon Tea (Demo Application)

General Info

A medley of "Demo Request" examples for you to enjoy with your afternoon tea.
This project is used to demostrate miscellaneous user interactions.

Technologies

Technologies used for this project:

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

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
├── login.html               # the page with login widget
├── main.html                # the page after login
└── README.md

It has the following subfolders and files:
├── .git                     # Folder for git repo
├── images                   # Folder for images
├── scripts                  # Folder for scripts
    /app.js                  # This file contains the scripts used by main.html
├── styles                   # Folder for styles


Tips for file naming files and folders:

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