A simple ToDo application built using HTML, CSS, JavaScript, and Bootstrap. This app allows users to add tasks, mark them as done, and visually manage their tasks with a clear separation between pending and completed tasks.
- Add Tasks: Input a new task and add it to your ToDo list.
- Mark as Done: Check a task to mark it as done, which moves it to the Done Task List.
- User Feedback: Utilizes SweetAlert2 for alerts, ensuring a smooth user experience.
- Responsive Design: Built with Bootstrap for responsiveness and modern UI.
- Clone the repository:
git clone https://github.com/Himidiri/ToDo-App.git
- Open
index.html
in your preferred browser.