A Python-based CLI application designed to help student developers manage their daily coding tasks and project milestones.
- 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.
- Python 3.x
- Git
- Clone the repository:
git clone [https://github.com/liammccallums/TaskMaster.git](https://github.com/liammccallums/TaskMaster.git)