Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01zulfi/todo-list
https://github.com/01zulfi/todo-list
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/01zulfi/todo-list
- Owner: 01zulfi
- Created: 2021-09-09T07:08:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T07:20:57.000Z (over 2 years ago)
- Last Synced: 2024-12-12T13:44:51.749Z (16 days ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo List
## About the Project
A simple app to keep track of tasks and projects.
Checkout the live version [here](https://01zulfi.github.io/todo-list/).
Written in HTML, CSS and Plain JavaScript. Bundled with Webpack. Library used: date-fns.
## Features
- Create tasks and display their information
- Ability to create checklists for tasks
- Display a countdown timer (if due date is valid)
- Ability to delete and update tasks
- Ability to set tasks/projects to complete
- Create projects with their own tasks
- Store the data locally using localStorage