Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 577 Bytes

File metadata and controls

23 lines (17 loc) · 577 Bytes

Planner-App

PlannerApp is a simple tasks planning app.
You can create, add, edit tasks with a set deadline and the app will come-up with an effective schedule for you to complete the tasks on time.

This app uses Javafx for UI flow and SQLite to collect and store user data.


Run the App.java file to run the application in a code editor. It's placed at: "src/main/java/com.plannerapp.plannerapp/App.java"


More functionality to be added to the application such as:

  • Profile View
  • Planner View
  • Automated Task Scheduler
  • Email functionality