A minimalistic To-Do List web application that allows users to manage their tasks effectively. Users can add and remove tasks with a smooth fade-out effect.
- Add new tasks using the input field and "Add Task" button or by pressing the "Enter" key
- Remove tasks by clicking the corresponding checkbox, which triggers a fade-out effect before removal
- Responsive design that works on various screen sizes
- Clone the repository or download the source code.
- Open the index.html file in a modern web browser.
- Start adding tasks by typing into the input field and clicking the "Add Task" button or pressing the "Enter" key.
- Remove tasks by clicking the checkbox next to the task text. The task will fade out and be removed from the list.
- HTML5
- CSS3
- JavaScript (Vanilla)
You can customize the appearance of the To-Do List web app by modifying the styles.css file. Feel free to change the colors, fonts, and other styles to match your personal preferences or branding.
This project is open-source and available under the MIT License. Feel free to use, modify, and distribute the code as needed.