Skip to content

This is a program designed for a small business to help it manage tasks assigned to each member of a team. This project aims to assess your ability to refactor code. Refactoring code is performed to reduce code complexity and ensure the readability of a team’s functioning code so that other developers will not struggle to decipher the code.

Notifications You must be signed in to change notification settings

ZuzanaTrayling/finalCapstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Task Manager

Description The Task Manager project is a Python application designed to help users manage tasks and generate reports based on task and user data. It provides functionality for registering users, adding tasks, viewing tasks, marking tasks as complete, editing tasks, and generating reports. This project is beneficial for individuals or teams who need to organize tasks efficiently and track their progress.

Table of Contents Installation Usage Credits Installation To install the Task Manager locally, follow these steps:

Clone the repository to your local machine. Navigate to the project directory. Ensure you have Python installed. Run python task_manager.py to start the application. Usage Once the Task Manager is installed, follow these instructions to use the application:

Upon launching the application, follow the on-screen prompts to register a user or log in.

Use the main menu options to add tasks, view tasks, mark tasks as complete, edit tasks, or generate reports.

When viewing tasks, you can select specific tasks to mark as complete or edit.

To generate reports, select the corresponding option from the main menu and follow the prompts.

About

This is a program designed for a small business to help it manage tasks assigned to each member of a team. This project aims to assess your ability to refactor code. Refactoring code is performed to reduce code complexity and ensure the readability of a team’s functioning code so that other developers will not struggle to decipher the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages