This project is a Todo List application that allows users to add, edit, and delete tasks. The application also includes features to mark tasks as complete and display particle animations in the background for visual enhancement.
- Add new tasks with a title, description, and due date.
- Edit existing tasks.
- Delete tasks.
- Mark tasks as complete or incomplete.
- Particle animation background.
- Responsive design.
- Made purely with HTML, CSS, and JavaScript and no framework included (was a pain to do).
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/todo-list.git
- Navigate to the project directory:
cd todo-list
- Open
index.html
in your browser to view the application.
- Enter a task title, description, and due date in the input fields and click the "Add Task" button to add a new task.
- Click on a task to open a modal with options to mark it as complete, edit, or delete it.
- Enjoy the particle animation background.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.