To run the app locally, follow these steps:
- Clone this repository to your local machine.
- Open the "index.html" file in your preferred web browser.
- Open the app using the provided link below or by running it locally.
- Use the input field to add new tasks. Duplicate tasks will trigger an alert.
- Click the "Done" button to mark a task as completed, or "Undone" to mark it as incomplete.
- To delete a single task, click the "Delete" button next to the task. To delete all tasks, click the "Delete All" button.
- HTML: Used for structuring the web pages.
- CSS: Used for styling the app's layout and design.
- Bootstrap: Utilized for responsive design and pre-styled components.
- JavaScript: Used to add interactivity and functionality to the app.