https://github.com/janszewczyk/my-games-library
Simple window application created with java 8, javaFX and H2 Database
https://github.com/janszewczyk/my-games-library
h2-database java-8 javafx javafx-application ormlite
Last synced: about 2 months ago
JSON representation
Simple window application created with java 8, javaFX and H2 Database
- Host: GitHub
- URL: https://github.com/janszewczyk/my-games-library
- Owner: JanSzewczyk
- Created: 2019-06-27T18:56:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T20:46:16.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T12:46:59.809Z (about 1 year ago)
- Topics: h2-database, java-8, javafx, javafx-application, ormlite
- Language: Java
- Homepage:
- Size: 1.86 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Games Library
Simple window application created with java 8, javaFX and H2 Database
## Table of contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Detailed informations](#detailed-description-of-the-application)
## General info
My Games Library is an application in which every user has their own game libraries.
He can add games to it, in which he played or wants to play.
The user adding the game to the library can evaluate it and write a comment.
This application is available in three languages:
* Polish,
* English
* German
## Technologies
Project is created with:
* Java 8
* JavaFX
* H2 database 1.4.193
* OrmLite 5.0
## Detailed description of the application
The appearance of the login panel and registration panel.
During registration, the new user can choose the language in which the application will be displayed.


After logging in, the user can go to the My games panel, in which there is a list of games added to the library.
After selecting a game from the list, all information about this game is displayed.
