This is a simple To-Do List web application built using HTML, CSS, JavaScript, and Python (for backend). It allows users to add, edit, and delete tasks, helping to manage and track daily to-dos effectively.
This is a preview of the app interface where users can manage their tasks.
Note: Replace the link with a real screenshot or a preview of your app once it's deployed or running locally.
- Add new tasks with a title and description.
- Mark tasks as completed or delete them.
- Tasks are stored persistently (in memory, database, or browser local storage depending on your setup).
- Frontend: HTML, CSS, JavaScript
- Backend (optional): Python (Flask or Django for server-side logic)
- Storage (optional): Local Storage or a database (like SQLite)
Follow the steps below to get your project running locally.
git clone https://github.com/yourusername/todo-list-app.git