https://github.com/preetam9kumar/taskdone
TaskDone is a full-featured task management application designed to help users organize, track, and manage their tasks efficiently. With user authentication and an intuitive interface, users can register, log in, create tasks, edit, update, delete, and track their progress using task statuses such as To-Do, In-Process, and Done.
https://github.com/preetam9kumar/taskdone
ajax bootstrap bootstrap5 css html html5 jquery mysql mysql-database php php8 website
Last synced: 3 months ago
JSON representation
TaskDone is a full-featured task management application designed to help users organize, track, and manage their tasks efficiently. With user authentication and an intuitive interface, users can register, log in, create tasks, edit, update, delete, and track their progress using task statuses such as To-Do, In-Process, and Done.
- Host: GitHub
- URL: https://github.com/preetam9kumar/taskdone
- Owner: Preetam9kumar
- Created: 2025-02-22T07:41:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T08:00:04.000Z (about 1 year ago)
- Last Synced: 2025-02-22T08:29:43.148Z (about 1 year ago)
- Topics: ajax, bootstrap, bootstrap5, css, html, html5, jquery, mysql, mysql-database, php, php8, website
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskDone
TaskDone is a full-featured task management application designed to help users organize, track, and manage their tasks efficiently. With a user-friendly interface and secure authentication, TaskDone enables seamless task management.
## Features
- **User Authentication**: Register, log in, and log out securely.
- **Task Management**: Create, edit, update, and delete tasks effortlessly.
- **Progress Tracking**: Categorize tasks into **To-Do**, **In-Process**, and **Done**.
- **Responsive UI**: Optimized for various screen sizes.
- **Database Integration**: Tasks are stored and managed using MySQL.
## Installation
1. **Clone the Repository**
```sh
git clone https://github.com/Preetam9kumar/TaskDone.git
cd TaskDone
```
2. **Setup Database**
- Import the `task_manager.sql` file into MySQL.
- Configure database credentials in `serverLogics.php`.
3. **Start a Local Server**
- Use XAMPP, WAMP, or any PHP server.
- Move project files to the `htdocs` (for XAMPP) or `www` directory (for WAMP).
4. **Run the Application**
- Open `http://localhost/TaskDone` in your browser.
## Technologies Used
- **Frontend**: HTML, CSS, Bootstrap, JavaScript, jQuery
- **Backend**: PHP, AJAX
- **Database**: MySQL
## Screenshots
(screenshots will be added here)
## Contribution
Contributions are welcome! Feel free to fork the repository and submit pull requests.
## License
This project is licensed under the MIT License.
---
Developed by [Preetam Kumar](https://github.com/Preetam9kumar)