A simple JavaFX application that helps you remember where you kept your things.
- 🔐 User login system
- 📦 Save things with their locations
- 🔎 Find saved items quickly
- 💾 SQLite database for storing data
- 🖥️ JavaFX desktop interface
- Java
- JavaFX
- SQLite
- JDBC
- Maven
Create an account and log in. You can then save an item along with where you placed it. When you need it later, search for the item and FindMyThings will show you its saved location.
Go to the DownloadJar folder in this repository and download the ZIP file.
- Download the ZIP from the
DownloadJarfolder. - Extract the ZIP to a location of your choice.
- Make sure the JAR file and database file are in the same directory.
- Run the
.jarfile to launch FindMyThings.
Important: Do not separate or move the database file from the JAR file. FindMyThings expects the database to be in the same directory as the application JAR.
You will need Java installed on your system to run the application.
MIT License