This is a simple Todo List website that allows users to manage their tasks. It provides several key features to help users keep track of their todos effectively.
-
Add Todos: Users can easily add new tasks to their todo list. Each task includes a title and a description field.
-
Date and Time Stamp: When a user adds a new todo, the system automatically records the date and time at which the task was created. This feature helps users keep track of when they added each task.
-
Delete Todos: Users can remove specific todos from their list. This allows for easy task management and decluttering.
-
Clear All Todos: For convenience, there is an option to clear the entire todo list in one go. This can be helpful when users want to start fresh or have completed all their tasks.
- HTML: Used for creating the structure and layout of the website.
- JavaScript: Implemented the dynamic functionality of adding, deleting, and clearing todos.
- CSS (optional): Applied for styling and enhancing the user interface (UI).
-
Clone this repository to your local machine.
git clone https://github.com/professorUsama/todosApp.git
-
Open the
index.htmlfile in your web browser. -
Use the following actions to manage your todos:
- To add a new todo, click on the "Add Todo" button and fill in the title and description.
- To delete a specific todo, click on the corresponding delete button.
- To clear all todos, click on the "Clear All Todos" button.
You can see a live demo of this project here.
Happy task management!