The Task List App is a simple web application (IBM WebDev Course Project) that allows users to create, manage, and delete tasks. It provides a user-friendly interface for organizing tasks and marking them as complete.
- Add Tasks: Users can add new tasks by entering task names and clicking the "Add" button or pressing Enter.
- Delete Tasks: Each task has a delete button that allows users to remove tasks from the list.
- Mark Tasks as Complete: Tasks can be marked as complete by checking the checkbox next to the task name, applying a strikethrough style to indicate completion.
- Responsive Design: The app is designed to be responsive and work well on various screen sizes.
- HTML: Structure and layout of the app.
- CSS: Styling and design of the app.
- JavaScript: Logic and interactivity of the app.
- External Libraries:
- Unicons: Used for icons in the app.
- Ionicons: Used for additional icon functionality.
- Clone the repository to your local machine:
git clone https://github.com/moh2661978/task-list.git