Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 754 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 754 Bytes

To-Do_List

Interactive organizer (to-do list) which has a frontend based on javascript.

Basic Working: a simple to-do list application that allows users to add, remove,and mark tasks as complete. Firstly, start with a basic HTML structure. Then, use JavaScript to handle user interactions and update the list dynamically. Next, focus on implementing features like adding new tasks, checking off completed tasks, and deleting tasks. Additionally, enhance the project by incorporating features such as storing tasks in the browser’s local storage, enabling task prioritization, or adding due dates.

Additional Features: CRUD, REST, database, should have ability to register an account, share the to-do list with someone who has a registered account