Skip to content

mksample/1800_BBY27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note App

General Info

This is an application to help people take notes with simplicity and appeal.

Technologies

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • Firebase and Firestore

Content

Content of the project folder:

 Top level of project folder: 
├── .gitignore               # Git ignore file
├── help.html                # help HTML file, this gives users instructions on how to create, delete, and edit notes
├── index.html               # landing HTML file, this is what users see when you come to url
├── login.html               # login HTML file, the log-in page
├── main.html                # main HTML file, the landing page after log-in or user set-up
└── README.md                # the readme file for this project

It has the following subfolders and files:
├── .git                     # Folder for git repo
├── images                   # Folder for images
        /logo.jpg
        /paper.jpg
        /purple-blue-pastel.jpg
        
├── scripts                         # Folder for scripts
        /content.js                 # JS for content collection in firebase
        /firebaseAPI.js             # firebase API, shared across pages
        /folder.js                  # JS for folder collection in firebase (not used in final app)
        /help.js                    # JS for help.html
        /main.js                    # JS for main.html
        /note.js                    # JS for note collection in firebase
        /reminder.js                # JS for setting a reminder

├── styles                          # Folder for styles
        /bootstrap.css              # styles imported from Bootstrap
        /help.css                   # style for help.html
        /index.css                  # style for index.html
        /login.css                  # style for login.html
        /main.css                   # style for main.html

Firebase hosting files: 
├── .firebase
	/hosting..cache
├── .firebaserc
├── 404.html
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
├── storage.rules


Resources

Contact

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from comp1800/web_template