A simple command-line To-Do List application built with Python 3.
This project is part of my learning journey — designed to help me practice Python basics like loops, functions, and user input.
This is a beginner-friendly To-Do List tool you can run directly in your terminal. It lets you:
- Add tasks
- View your task list
- Mark tasks as complete
The goal of this project is to strengthen my understanding of coding basics.
- ✅ Add Tasks: Insert new tasks
- 📋 View Tasks: See current tasks
- ✔️ Mark Complete: Mark tasks as done
- 🖥️ Simple and clear command-line interface
Feel free to give suggestions and feedbacks!