Coder Social home page Coder Social logo

todolist's Introduction

To-do List

A simple to-do list created with Java

Table of Contents

Introduction

This is the first project I have uploaded to github. It is a simple to-do list created using Java and JavaFX for the user interface. The application is relatively simple in the functions provided, of which these include:

  • Adding a new task to the list
  • Removing a task from the list
  • Marking a task as complete (as well as incomplete)
  • The text files read/saved have a specific pattern (task boolean)
    • Reading a text file from a given path (a text file is created if it does not exist)
    • Saving to a text file with a given path (a text file is created if it does not exist)

Image of the todo list

Possible Improvements

Some improvements which could be added to the program to improve its overall usability and add functionality:

  • The option to remember a default path to a text file and displaying this list when opening the program
  • Remembering previous paths to files
  • Improving the look of the UI to make it more modern
  • Incorporating deadlines for tasks
  • Instead of opening a dialog for adding a task, the user should be able to click the list and start typing
  • Include stylization options for text such as bold, italic and colour
  • Have multiple tabs linking to different to-do list files
  • Take shortcuts from the user, for instance, the commands ctrl + s would save the file

Technologies

This project is created with:

  • Java 13.0.1
  • JavaFX 11.0.2

Setup

To run this project:

  1. Fork this project to add it to your own github account
  2. Download the project or clone the project to get a local copy
  3. Import the project into your IDE
  4. Run the project using the Main class

todolist's People

Contributors

kelvin589 avatar

Watchers

 avatar

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.