{"id":15035663,"url":"https://github.com/burhanahmed1/task-management-system","last_synced_at":"2025-04-09T23:21:13.218Z","repository":{"id":247609832,"uuid":"826332543","full_name":"burhanahmed1/Task-Management-System","owner":"burhanahmed1","description":"A Task Management System built with C# and .NET framework, featuring a user-friendly GUI, database connectivity, and a comprehensive dashboard for task creation, status updates, prioritization, and deletion.","archived":false,"fork":false,"pushed_at":"2024-07-09T15:29:22.000Z","size":19631,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T01:11:32.516Z","etag":null,"topics":["csharp","csharp-code","csharp-programming","csharp-project","guna-ui","programming-project","task-management-app","task-management-system","task-manager","task-manager-app","windows-forms-app","windows-forms-csharp","windows-forms-csharp-dotnet"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burhanahmed1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T13:58:31.000Z","updated_at":"2025-02-21T11:34:06.000Z","dependencies_parsed_at":"2024-07-09T18:38:34.078Z","dependency_job_id":null,"html_url":"https://github.com/burhanahmed1/Task-Management-System","commit_stats":null,"previous_names":["burhanahmed1/task-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FTask-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FTask-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FTask-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burhanahmed1%2FTask-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burhanahmed1","download_url":"https://codeload.github.com/burhanahmed1/Task-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126363,"owners_count":21051910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","csharp-code","csharp-programming","csharp-project","guna-ui","programming-project","task-management-app","task-management-system","task-manager","task-manager-app","windows-forms-app","windows-forms-csharp","windows-forms-csharp-dotnet"],"created_at":"2024-09-24T20:29:09.607Z","updated_at":"2025-04-09T23:21:13.188Z","avatar_url":"https://github.com/burhanahmed1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management System \n\n## Introduction\n\nTaskSphere is an application designed to help you efficiently manage your tasks and to-do lists. Built with C# and the .NET framework, this system offers a user-friendly GUI and robust database connectivity. With TaskSphere, you can create tasks, organize them into to-do lists, set statuses, mark important tasks, and delete tasks. The comprehensive dashboard provides an overview of all your tasks.\n\n## Graphical User Interface \n\n\u003cdiv align=\"center\"\u003e\n  \n  \u003cimg src=\"sc/Login.png\" alt=\"Login Page\" width=\"800\"/\u003e\n  \u003cimg src=\"sc/Dashboard.png\" alt=\"Dashboard Page\" width=\"800\"/\u003e\n  \u003cimg src=\"sc/AllProjects.png\" alt=\"AllProjects Page\" width=\"800\"/\u003e\n  \u003cimg src=\"sc/AddProjects.png\" alt=\"AddProjects Page\" width=\"800\"/\u003e\n\u003c/div\u003e\n\n\n## Technologies Used\n\n- C#\n- .NET Framework\n- Windows Forms\n- SQL Server (or any other database used)\n- GUNA.UI2 package\n\n## Features\n\n- Create tasks and to-do lists\n- Set task statuses (Pending/Completed)\n- Mark tasks as important\n- Delete tasks\n- Dashboard for task overview\n\n## Getting Started\n\n### Prerequisites\n\n- Windows OS\n- Visual Studio\n- SQL Server (or the database system you are using)\n\n### Installation\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/burhanahmed1/Task-Management-System.git\n    ```\n\n2. **Open the solution file:**\n    - Open `TaskSphere.sln` in Visual Studio.\n\n3. **Set up the database:**\n    - Restore the database backup provided in the `Database` folder.\n    - Update the connection string in the `App.config` file to match your database settings.\n\n4. **Build and run the application:**\n    - Build the solution in Visual Studio.\n    - Run the application.\n\n### Usage\n\n1. **Login/SignUp**\n    - For a new user SignUp is compulsory, after SignUp user's data will be stored in the database and for his next visits he/she just Login to enter the app.\n\n2. **Creating Tasks:**\n    - Open the application and navigate to the task creation section.\n    - Enter task details and save.\n\n3. **Managing To-Do Lists:**\n    - Create new lists, add tasks to them, and organize as needed.\n\n4. **Setting Task Status:**\n    - Update the status of tasks to 'Pending' or 'Completed' from the task details view.\n\n5. **Marking Important Tasks:**\n    - Star tasks to mark them as important for quick access.\n\n6. **Deleting Tasks:**\n    - Remove tasks from your list by selecting the delete option.\n\n7. **Dashboard Overview:**\n    - Use the dashboard to get a quick overview of all tasks, their statuses, and important tasks.\n  \n8. **Exit/Close App:**\n    - Click on the Exit icon in the bottom of the main left panel.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgements\n\nInspiration for this project came from the need for efficient task management tools.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanahmed1%2Ftask-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburhanahmed1%2Ftask-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanahmed1%2Ftask-management-system/lists"}