Skip to content

ankitkhatry/TODOLIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODOLIST

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.

📌 Features

  • User Authentication (Login/Logout)
  • Dashboard Overview
  • Create New Tasks
  • View All Tasks
  • View Pending Tasks
  • View Completed Tasks
  • Update Existing Tasks

🚀 Installation

  1. Clone the repository:
    git clone https://github.com/ankitkhatry/TODOLIST.git
  2. Navigate to the project directory:
    cd TODOLIST
  3. Set up the database:
    • Import the provided SQL file into your MySQL database.
    • Update the database credentials in the configuration file.
  4. Start the server:
    localhost/CRUDPROJECT/

🛠 Usage

  1. Open localhost/CRUDPROJECT/ in your browser.
  2. Login using your credentials.
  3. Manage tasks using the dashboard.

📂 Directory Structure

Group-A/
│-- index.php
│-- login.php
│-- dashboard.php
│-- alltasks.php
│-- newtask.php
│-- pendingtasks.php
│-- completedtasks.php
│-- updatetask.php
│-- logout.php
│-- README.md
│-- sql.txt

🤝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

📜 License

This project is licensed under the MIT License. See LICENSE for more details.

📧 Contact

For any inquiries, feel free to reach out:


⭐ Don't forget to give this repo a star if you found it useful!

About

A simple and effective to-do list management system!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published