https://github.com/jescalada/demo10_hoda_rashedi
https://github.com/jescalada/demo10_hoda_rashedi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jescalada/demo10_hoda_rashedi
- Owner: jescalada
- Created: 2022-03-09T00:01:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T19:00:32.000Z (about 3 years ago)
- Last Synced: 2025-01-17T06:46:32.428Z (4 months ago)
- Size: 848 KB
- Stars: 1
- Watchers: 0
- 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.mdIt 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