toco-t / myhike_tachibana_toco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Web Application (Add your Title here)

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

About


Languages

Language:HTML 72.8%Language:JavaScript 25.6%Language:CSS 1.6%