Skip to content

A Java application developed using JavaFX and an MVC framework to create a GUI for visually exploring API data. The program interacts with the API through HTTP calls, facilitating data import and export.

Notifications You must be signed in to change notification settings

JoelShortland/GUI-Java-Application-With-API-Consumption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This was a project originally made for a university assignment (USYD SOFT3202). To run, build with gradle and call main().

The idea behind the program is a GUI made with JavaFX to allow for visual exploration of a API. The key features include:

  • The application of a Model-View-Controller framework for the application.
  • Usage of the JavaFX library for the GUI.
  • Usage of JSON to store search history for export.
  • Usage of the http library for API access, both to import data from the Marvel API and to export data using Twilio's to Reddit and Mobile.
  • The use of caching to minimise API calls with the use of SQLite.

About

A Java application developed using JavaFX and an MVC framework to create a GUI for visually exploring API data. The program interacts with the API through HTTP calls, facilitating data import and export.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages