It is a basic CRUD application that implements the SRP(Single Responsibilty Principle) and DRY(Don't Repeat Yourself) priciples. It lets you create new tasks, delete previous tasks, search tasks, update previous tasks and print all the tasks.
1. Download the given code
2. Run the view.java file from "ToDo\src\com\paras\todoapp\view\view.java"
3. Choose the operation that you want to perform
Check out my Github profile Paras0-7!



