Task List
Task List is a fully functional to-do list application that helps you stay organized and manage your tasks efficiently.
Features
- Create, edit, and delete tasks
- Mark tasks as completed
- User-friendly interface with intuitive design
Technologies Used
- Front-end: HTML, CSS, JavaScript, TypeScript
- Additional Libraries/Frameworks: React, Bootstrap
Installation
To run the Task List application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/task-list.git
-
Install the dependencies:
cd task-list npm install
-
Start the development server:
npm run dev
Usage
- Create a new task by entering the task description and pressing the “Add Task” button.
- Edit a task by clicking on the task’s edit button.
- Delete a task by clicking on the task’s delete button.
Contributing
- Implemrnt a checkbox to tick task.
- Feel free to adjust the formatting or add more information as needed.