You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple todo list written in C++ that was mostly done to help learn how to use git and github. The project itself uses linked list to store tasks for a todo list, and gives several options to interact with it through the menu in the terminal.