Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 681 Bytes

MPui

A simple marktplaats parser with UI

What is it?

MPui is a simple project written in Java.

Goals are:

  • Make searching through marktplaats easier
  • No ads
  • Simple export options
  • Improve my Java skills (this is my first project using JFx and Java in general)

Features:

  • Simple user interface with buggy filters
  • Ability to copy products as text and JSON
  • Simple product viewer within the app

To-Do:

  • Fix filters so they work together
  • Add export options for files such as CSV, JSON, SQLITE3, etc.
  • Improve the user interface design
  • Improve performance by using multithreading
  • And more…