https://github.com/simrat39/demo10_grewal_simrat
https://github.com/simrat39/demo10_grewal_simrat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simrat39/demo10_grewal_simrat
- Owner: simrat39
- Created: 2022-03-08T17:37:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T18:50:40.000Z (over 4 years ago)
- Last Synced: 2025-01-16T06:30:21.758Z (over 1 year ago)
- Language: HTML
- Size: 847 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Web Application (Add your Title here)
* [General info](#general-info)
* [Technologies](#technologies)
* [Contents](#content)
## 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