Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 685 Bytes

File metadata and controls

19 lines (14 loc) · 685 Bytes

🚀 TaskMaster 1.0

A Python-based CLI application designed to help student developers manage their daily coding tasks and project milestones.

🛠 Features

  • Task Management: View and add tasks via an interactive command-line interface.
  • Developer Workflow: Built using Python 3 and managed with Git version control.
  • Clean Logic: Implements modular functions and the standard if __name__ == "__main__": entry point.

💻 Getting Started

Prerequisites

  • Python 3.x
  • Git

Installation & Execution

  1. Clone the repository:
    git clone [https://github.com/liammccallums/TaskMaster.git](https://github.com/liammccallums/TaskMaster.git)