By Lukáš Kubík.
A simple To-Do List application for organizing tasks.
- HTML
- CSS
- JavaScript
The project was primarily created for the admission process of the "Modern Web Applications" class. The application allows users to easily organize their tasks and have an overview in one place.
The result of the project is the To-Do List Web Application, which provides the following features to the user:
- Adding new tasks.
- Marking tasks as completed.
- Removing individual tasks.
- Filtering tasks based on their status (pending, completed).
- Option to clear all tasks at once.
To properly run the project, follow these steps:
- Clone the repository to your device.
- Open index.html in your web browser.
By following these steps, you will launch the application and be able to start using the To-Do List.
If you want to customize and enhance the application, you can modify the source code according to your needs.