Skip to content

A simple console-based To-Do list app made in C++ using vector and struct. It lets you add, delete, view, and mark tasks.

Notifications You must be signed in to change notification settings

CodeVerseAnkit/todo-list-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ To-Do List App in C++

This is a console-based To-Do List application built in C++ using struct and vector. It allows users to:

βœ… Add new tasks
βœ… View current tasks
βœ… Delete existing tasks
βœ… Mark tasks as completed βœ…
βœ… Simple UI using console design


πŸ”§ Features

  • Structured using struct for task objects
  • Used vector for dynamic task storage
  • Clean and simple menu-based navigation
  • Mark tasks with a βœ… symbol
  • Fully functional input handling

πŸ“Έ Preview

1. => View Tasks                 2. => Add Task  
3. => Delete Task               4. => Mark Task  
5. => Exit  

##Screenshort

https://github.com/CodeVerseAnkit/todo-list-cpp/blob/main/Example.jpg


πŸ“ File Info

File Name Purpose
To Do App.cxx Main code of the app (C++)

πŸ“² Made on

  • πŸ“± CxxDroid App (Mobile-based C++ IDE)
  • ☁️ Hosted on GitHub

✨ Author

Ankit Kumar
B.Sc Computer Applications student | C++ Learner | Mobile Coder
πŸ“ India


🌱 Future Plans

  • Add file-saving feature
  • Cross-platform desktop version
  • GUI version using Qt or JavaFX

⭐ If you like this project, consider giving it a star!

About

A simple console-based To-Do list app made in C++ using vector and struct. It lets you add, delete, view, and mark tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages