Group TODO List is a really useful tool for groups to list all their plans to a public list, which they can access from anywhere in the world and see the same and synchronized todo list. This project mainly uses JavaScript and builds up a user-interactive service through Firebase from Google. Several key terms that I learned recently such as asynchronous functions, OOP in JS, local storage, and databases are used in this project.
Users can create or delete their TODOs from the database, mark whether the tasks are completed or not, and put TODOs in different categories.
Try it online: http://www.gtqifan.tech/backup/Group_TODO_List/
If you want to just look at how awesome the code I wrote is, then please proceed to the Installing section and open in your own computer
You need to have a computer
No matter Windows, Mac, or Linux works
- Download this project and save it somewhere
- Open with web browsers
- Webstorm - JavaScript IDE
- Bootstrap - Style management
- Date-Fns - Useful plugin for generating formatted date
- Qifan Yang - Initial work - gtqifan
This project is licensed under the MIT License - see the LICENSE.md file for details
My parents