A simple project for to do list app with various features.
This To-Do List project provides the following features:
1.Add a new task to the list
2.Edit an existing task
3.Remove a task from the list
4.List all tasks in the list
5. Swap specific tasks
1.Clone this repository to your local machine.
2.Open the project in CLion.
3.Build the project using the build command in CLion.
4.Run the executable file generated by the build process.