A simple command line application for project management application (like Trello).
A project management application (like Trello) is where you can manage your project by tracking smaller tasks.
The app contains multiple boards to signify different projects
Each board contains different lists to signify sub-project
Each list contain different cards signifying smaller tasks
Each card can be assigned to a user or may remain unassigned.
Simply run the driver.java file to start the app.