Skip to content

abhishekchouhannk/ToDoList-FirstWebProject

 
 

Repository files navigation

My Web Application (TA-DA)

General Info

This browser based web application is to help users manage their tasks efficiently and to organize themselves better. It utilizes the concept of to-do lists to categorize tasks and list them in a checklist. The user then frequently checks their to-do lists and checks each item off until they have everything done. Using TA-DA will help users to stay on top of their tasks and find balance in their work and personal lives.

  • Hi, I am Jackson! I am excited for this project!
  • This line is for Abhishek. Finally solved this.
  • This is Mina. Yay!

Technologies

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • ...

Content

Content of the project folder:

 Top level of project folder: 
├── .firebase
├── htmls                    # contains all the html webpages for TA-DA
├── images                   # contains all the images utilized in this project
├── scripts                  # folder for script files
├── styles                   # css files
├── text                     # folder for nav.html and footer.html (elements common across several webpages)
├── .firebaserc              # firebase component
├── .gitignore               # Git ignore file
├── 404.html                 # to display in case of error
├── firebase.json            # firebase stuff
├── firestore.indexes.json   # firebase hoisting file
├── firestore.rules          # firestore hoisiting rules
├── index.html               # landing HTML file, this is the landing page for our app
└── README.md                # information on the project

It has the following subfolders and files:
├── .git                     # Folder for git repo

├── .firebase                # For firebase
    /hosting.cache

├── htmls                    # Folder for html files
    /login.html
    /main.html
    /newList.html
    /signup.html

├── images                   # Folder for images
    /checkmark.png
    /close.svg
    /logo.png                # logo for our app
    /plus.png
    /search.svg              # icon for searchbar
    
├── scripts                  # Folder for scripts
    /authentication.js
    /firebaseAPI_TEAM13.js
    /index.js
    /main.js
    /newList.js
    /skeleton.js 

├── styles                   # Folder for styles
    /newList.css
    /style.css

├── text                     # Folder for html text used widely across different pages
    /footer.html
    /nav.html

Firebase hosting files: 
├── .firebaserc...
├── .firebase.json
├── firestore.rules


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.3%
  • HTML 39.7%
  • CSS 11.0%