Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 893 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 893 Bytes

Games explorer

Games explorer app was created as a research project with no practical purpose in mind.
You can browse game genres and stores. Also, you can browse games which belong same genre and read information about selected game. Every store leads you to the official web site.

Made with SwiftUI and Combine . Targets iOS 15.0 or higher.
Feel free to use, modify, redistribute it without any restrictions.

Screenshot 2022-06-23 at 11 10 19

Installation

Get a free API key at https://rawg.io/apidocs
Clone the repo -> git clone https://github.com/alazarevic5/games_details.git
Put your API key in Config.swift - my API key is removed now from the project
let apiKey = ""
Build, run, enjoy!