Welcome to the TODOLIST repository! This project is a To-Do List Management System built using PHP. It follows the CRUD (Create, Read, Update, Delete) operations to manage tasks efficiently.
- User Authentication (Login/Logout)
- Dashboard Overview
- Create New Tasks
- View All Tasks
- View Pending Tasks
- View Completed Tasks
- Update Existing Tasks
- Clone the repository:
git clone https://github.com/ankitkhatry/TODOLIST.git
- Navigate to the project directory:
cd TODOLIST
- Set up the database:
- Import the provided SQL file into your MySQL database.
- Update the database credentials in the configuration file.
- Start the server:
localhost/CRUDPROJECT/
- Open
localhost/CRUDPROJECT/
in your browser. - Login using your credentials.
- Manage tasks using the dashboard.
Group-A/
│-- index.php
│-- login.php
│-- dashboard.php
│-- alltasks.php
│-- newtask.php
│-- pendingtasks.php
│-- completedtasks.php
│-- updatetask.php
│-- logout.php
│-- README.md
│-- sql.txt
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License. See LICENSE
for more details.
For any inquiries, feel free to reach out:
- GitHub: @ankitkhatry
- Email: [info@akhatry.com.np]
⭐ Don't forget to give this repo a star if you found it useful!