Skip to content

withshiv-m/TO_DO-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Command-Line To-Do Application (Python)

πŸ“Œ Project Overview

This is a simple Command-Line To-Do Application built using Python. It allows users to add tasks and view their task list directly from the terminal.

This project is designed for beginners to understand basic Python concepts like:

  • Functions
  • Lists
  • Loops
  • Conditional statements
  • User input handling

πŸš€ Features

βž• Add new tasks πŸ“‹ View all tasks πŸ” Continuous loop until user exits ❌ Handles invalid input

πŸ› οΈ Technologies Used

  • Python
  • VS Code / Any Python IDE

πŸ’» How It Works

The program shows a menu:

1. Add Task
2. View Tasks
3. Exit
  • Choose 1 β†’ Add a new task
  • Choose 2 β†’ View all tasks
  • Choose 3 β†’ Exit the program

πŸ“‚ Project Structure

todo_app.py   # Main Python file
README.md     # Project documentation

🧠 Concepts Used

  • Lists to store tasks
  • Functions for modular code
  • While loop for continuous execution
  • If-else conditions for decision making

πŸ“ˆ Future Improvements

  • Delete task feature
  • Mark task as completed
  • Save tasks to file (persistent storage)
  • Add GUI version

About

interview task for technohack,make beginner level project for to-do Application

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages