This browser based web application to help and satisfy users to "easily" create tasks and view the tasks on the dashboard with interaction of editing and deleting tasks.
Technologies used for this project:
- HTML, CSS
- JavaScript
- Bootstrap
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
├── login.html # login HTML file, to login to the page and authenticate
├── main.html # main HTML file, dashboard, calendar, main functionality of app will be displayed here
├── settings.html # settings HTML file, to change the name and job for the users
├── package-lock.json
├── package.json
└── README.md
It has the following subfolders and files:
├── .git # Folder for git repo
├── audio # Folder for audio of feedback on completion
/ding.wav
├── images # Folder for images
/p1.png
/p1question.png
/p2.png
/p3.png
/p4.png
/pigeon.jpeg
├── scripts # Folder for scripts
/calendar.js # For the calendar
/firebaseBBY07.js # For firebase API
/main.js # For main page
/my_script.js # For most of the HTML
├── styles # Folder for styles
/calendar.css # For calendar
/my_style.css # For all other pages
Firebase hosting files:
├── .firebaserc
/hosting..cache
├── .firebaserc
├── 404.html
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
├── storage.rules
## Resources
- icon homemade.
- pigon https://www.shutterstock.com/editor/image/cartoon-set-pigeons-vector-illustration-1305866782
## Contact
* Sam(Gangmin) Bae - [email protected]
* Shayan Zahedanaraki - [email protected]
* Zihan Li - [email protected]
## Acknowledgements
font - url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');