Welcome to our basic To-Do List app, designed for simplicity and efficiency. This app helps you manage your tasks with ease and keeps track of your progress.
-
Add Tasks: Easily add your tasks by entering the task name. The app will automatically keep count of the tasks to be done.
-
Mark as Complete: Once a task is done, click on the task name to mark it as complete. This will apply a strikethrough to the task name, visually indicating its completion.
-
Count of Completed Tasks: The app keeps count of the completed tasks, so you can see your progress at a glance.
-
Delete Tasks: If you want to remove a task, click on the 'X' button found immediately on the right side of the task. This will delete the task from the list.
- Clone the Repository:
git clone https://github.com/Majey/turbo-invention-2024
- Navigate to the Project Directory:
cd todo-list-app
- Open the App in Your Preferred Browser:
open index.html
- Add a Task: Enter the task name in the input field and press enter or click the 'Add Task' button.
- Complete a Task: Click on the task name to mark it as complete. A strikethrough will be applied to indicate the task is done.
- Delete a Task: Click on the 'X' button next to the task to delete it from the list.
This app is perfect for those who want a straightforward and effective way to manage their tasks. Happy tasking!
Feel free to modify the app as needed or contribute to its development. We welcome any feedback and suggestions to improve the functionality and user experience.
Repository URL: GitHub Repository
Author: Kevin Erick
License: MIT License
If you encounter any issues or have any questions, please feel free to open an issue in the repository. Thank you for using my 😂 To-Do List app!