App built based on my personal interest in games, that contains a list of thousands of games using the RAWG API and another list of favourite games and the proceeding review for each game on your list.
This app contains CRUD functionality (Create, read, update & delete) using firebases realtime database for persistence, It uses the RAWG API which contains thousands of games and places them in a paged list. Each image for each card within the games database can be clicked which will return details about the game image clicked on. The card can be clicked to add that particular game to the reviews/favourites list of the App, here the details from the game is taken and added to firebase and then is read to the reviews/favourites list. In the Reviews section of the app you can update and delete a review, it also contains functionality that allows the image to be clicked to return details of that game similar to the functionality in the database area of the app.
App homepage
Game database
Detailed game view
Add Review
Review List