A medley of "Demo Request" examples for you to enjoy with your afternoon tea.
This project is used to demostrate miscellaneous user interactions.
Technologies used for this project:
- HTML, CSS
- JavaScript
- Bootstrap
- Firebase
- ...
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