Giter Club home page Giter Club logo

to-do-list-app's Introduction

Jotter: to do list app

Welcome to Jotter, a simple to do list app that you can run from the command line.

Getting started

Jotter can be run directly via Gradle or via a generated jar file.

Run with Gradle

In the root folder, start Jotter with the following command:

gradle run --console plain

Run with jar file

First, generate the jar file with Gradle's build command.

gradle build

The jar file will be generated in build/libs. Run it using the command:

java -jar build/libs/to-do-list-app-1.0-SNAPSHOT.jar

Using this app

This app helps you track the tasks you need to do. It loads the task list from the previous session or creates a new one if there was a problem loading. The welcome message gives an overview of total tasks and number of tasks done. The main menu has 4 options. Make your selection by typing a number (1 to 4) and pressing enter.

Main menu

1: View task list

You can choose to view the tasks by title or project (ascending or descending order).

View task list menu

2: Add a new task

Add a task by entering a title (required), a due date, and a project that it belongs to (optional). Confirmation of the new task will be displayed.

Adding a new task

3: Edit an existing task

First, choose which task you want to edit. (If you only have one existing task, it will skip this step.)

Menu to choose which task to edit

Then choose if you want to edit the task details, mark it as done or remove it completely.

Edit options menu

4: Save and quit task list

Finally, you can save the current task list and quit. Your task list will be available the next time you run the app.

Documentation

Class diagram

Two class diagrams can be found in the diagrams folder. One gives an overview of the class dependencies and the other includes class member details.

Javadocs

You can view the javadocs for this project by navigating to javadoc/index.html from the repository root.

Authors and acknowledgments

Thank you to the staff and teaching assistants of SDA for sharing their knowledge. Thanks also to David J Barnes and Michel Kölling, authors of 'Objects First with Java' for providing code inspiration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.