TO-DOIT is a simple web application for managing your to-do list. It offers basic functionalities like adding, editing, deleting, and filtering tasks effortlessly.
- Add, Edit, Delete Tasks: Easily manage your tasks by adding new ones, editing existing ones, or deleting tasks you no longer need.
- Mark Tasks: Keep track of your progress by marking tasks as completed or pending.
- Filter Tasks: Streamline your view by filtering tasks based on their status - all tasks, pending tasks, or completed tasks.
- Clear List: Quickly clear your entire to-do list when you want to start fresh.
- HTML: Provides the structure of the web application.
- CSS (Tailwind CSS): Adds styling to enhance the visual appeal and user experience.
- JavaScript: Implements interactivity and functionality, making the application dynamic.
Check out the live demo here.
To get started with TO-DOIT, follow these steps:
-
Clone the Repository:
git clone https://github.com/studyjam/todo-list.git
-
Open the Project: Open the cloned project directory in your preferred code editor.
-
Run the Application: Launch the
index.html
file in your web browser to start using TO-DOIT.
This project is licensed under the MIT License.