https://github.com/hsnice16/todolist
https://github.com/hsnice16/todolist
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hsnice16/todolist
- Owner: hsnice16
- Created: 2020-04-14T12:02:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T20:49:03.000Z (about 6 years ago)
- Last Synced: 2025-03-01T00:40:02.455Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project - ToDoList Application
## it is a Console based project.
## This is present in the package javaproject and It contains three classes ToDoList , Date , ValidDate.
## class ToDoList and Date are present in the ToDoList.java . ValidDate class present in the ValidDate.java.
## class ValidDate contains method isValid(); to check the date user entered is right or wrong.
## class Date contains method insertDate(); to take date from the user and giveLocalDate(); which returns the today's Date.
## class ToDoList contains method to :-
"1.) Make a new List of other Date.");
"2.) Make a new List of Today's Date.");
"3.) Show Today's List.");
"4.) Show List of other Date.");
"5.) Show All Lists.");
"6.) Remove the Today's List.");
"7.) Remove other date List.");
## Compile :- javac ToDoList.java ValidDate.java
## Load :- java -cp "E:\javaprograms" javaproject.ToDoList
## With GUI , it contains more options like Edit .