Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

ToDoApp :

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.

How to use the code

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

Output

i) Add Task
AddTask

ii) Delete Task
DeleteTask

iii) Search Task
SearchTask

iv) Print Task
PrintTask

built with love

Check out my Github profile Paras0-7!