True Gamers love to play. And they love to play a lot of games.
But when it comes to remember the experience they had with a game,
their completion rate on this game, particular moments they may
have screenshot or even noticed, memories are not always faithful
and reliable. These experiences are scattered in their mind and
many of them would wish to have tools that may resemble to a log
book or a travel diary to record these gaming experiences.
What is the solution to this problem ?
To be able to have this kind of gamer log book I am going to set up a website, accesssible from any device (you just need an internet connection) where any gamer is able to fill a form that will contain the following information: The player's name, The game's name, The game's editor, The game's developer, The date of completion, The percentage of completion, The game's grade, and the player's personal notes about this game. These data are going to be stored in a Firebase database. In a second time, this database will be avalaible on the website with the possibiity to do research inside it among many criteria.
To do so,we first create a new html page that will be our form that has to be filled. This page is accessible through the button in the part "The Solution". The form is made with a Skeleton grid and we are going to get the information typed on the text area to fill our database.
When the Submit button is clicked by the user, the corresponding data is send to our Firebase database thanks to the JS corresponding to the submit button.
The user is then redirected to a new page where he can access the Firebase database (only if he is the owner of the database)
All of the code has been here provided. The next step of this project may be a way to do specific queries inside the database and find an elegant way to show the results of these queries. For the moment you can know click on the button below to access the database (again only if you are the owner).