This repository is for collecting my project training process. The goal is to improve coding skills.
Every project here is a small step toward improving my coding skills, documenting my project-based learning journey.
🔄updating.
Open the .sln file in Visual Studio
A command-line task manager for practicing file I/O and data structures. This project is intentionally simple — perfect for beginners to learn from. It is used to manage your tasks.
Source Code: Click me
Path:Projects/To-Do List CLI
- Add tasks
- Display all tasks
- Delete tasks by number
- Automatically saves your data to a local file and reloads it the next time you start