https://github.com/imtheprince7/todo-app
This is Todo-App, which i have developed during learning phase of CPP-language. I have provided majority of functionality to perform in day-to-day life. Add, Update, Search, Delete Task schedule in advance to accomplished in day to day activities.
https://github.com/imtheprince7/todo-app
cpp mysql-database qtcreator singleton-pattern
Last synced: 7 months ago
JSON representation
This is Todo-App, which i have developed during learning phase of CPP-language. I have provided majority of functionality to perform in day-to-day life. Add, Update, Search, Delete Task schedule in advance to accomplished in day to day activities.
- Host: GitHub
- URL: https://github.com/imtheprince7/todo-app
- Owner: imtheprince7
- Created: 2024-06-06T19:13:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-09T08:44:55.000Z (over 1 year ago)
- Last Synced: 2025-02-09T08:19:58.706Z (9 months ago)
- Topics: cpp, mysql-database, qtcreator, singleton-pattern
- Language: C++
- Homepage: https://github.com/imtheprince7/Todo-App
- Size: 27.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Application
An advanced C++ application developed with Qt and MySQL for task organization and tracking. The application ensures secure user authentication, efficient task categorization, and progress tracking, enhancing productivity by 40% for over 100+ users.
# Features
→ Secure User Authentication
→ Add Task
→ Update Task
→ Search Task
→ Display Tasks
→ Delete Task
→ Task Categorization
→ Task Progress Tracking
→ Data Security with Password Hashing
→ Optimized Database Performance with 20+ SQL Queries
# Usage
This application offers a user-friendly GUI for interacting with the task management system. Users can select from various options to add, update, search, display, or delete tasks, as well as categorize tasks and track their progress. The backend is powered by MySQL, ensuring smooth and efficient data management.
→ Each user's tasks are securely stored and only accessible during their active session, with access to other users' tasks being restricted.
# Implementation