Vera is a command-line interface (CLI) application that helps keep track of any tasks a person has.
With vera, the user can create, search, delete, list, and mark tasks.
Below are the types of tasks which the user can create:
- Todo: tasks that one has set out to complete.
- Deadline: tasks where one aims to complete by a certain date and/or time.
- Event: a special type of task where one attends at the given date and time.
- Download
Vera.jarfrom the repository's release page. - (Recommended) Create a new folder and place the JAR file in it.
- Open a terminal with the new folder as the current working directory.
- Enter
java -jar Vera.jarto run the application.
To view all the detailed functions which Vera can perform, head over to the full user guide.