This is a simple CRUD (Create, Read, Update, Delete) application built with JavaFX. It's designed as a quick-start template for JavaFX projects.
- Create, read, update, and delete operations for records.
- A "user-friendly" interface built with JavaFX (though things might look a bit crooked and it's not exactly responsive!).
- Database connectivity for data persistence.
- A special "Orbolato Speedrun Mode" - for those who just want to grab the project and go!
- JDK 11 or later
- JavaFX SDK
- A Java IDE (like IntelliJ IDEA, Eclipse, Notepad or Powerpoint)
- Clone the repository:
git clone https://github.com/Kiwiabacaxi/javafx-Crud.git
- Open the project in your preferred Java IDE.
- Configure your IDE to use the JavaFX SDK.
- Run the application.
- Use the form to add new records.
- Select a record from the table to update or delete it.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.