semibran / eggtart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Web Application (Title)

General Info

This browser based web application to ...

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
└── README.md

It has the following subfolders and files:
├── .git                     # Folder for git repo
├── images                   # Folder for images
    /blah.jpg                # 
├── scripts                  # Folder for scripts
    /app.js                  # 
├── styles                   # Folder for styles
    /app.css                 # 

Firebase hosting files: 
├──  


Tips for file naming files and folders:

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

About


Languages

Language:HTML 66.0%Language:JavaScript 34.0%Language:CSS 0.0%