This is a simple and efficient TodoList web application that allows users to manage and track their daily tasks. The app provides a user-friendly interface for creating, editing, and deleting tasks.
- Create Task: Add new tasks with a title and description.
- Update Task: Edit task details like title or description.
- Delete Task: Remove tasks from the list when completed.
- Mark Task as Complete: Option to mark tasks as completed.
- Responsive Design: The app works well on both desktop and mobile devices.
Before you run the app, make sure you have the following installed:
- Xampp
- A relational database like MySQL (or another compatible database) for managing tasks.
- Clone this repository to your local machine:
git clone https://github.com/aemy001/todolistapp.git cd todolist
For the initial database connection, the app uses the following credentials: :
- username: Aimon
- password: aimon123
- db name: todolist
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL