Skip to content

Dev-Daljeet/video-game-collection

Repository files navigation

Video Game Collection

This application allows the user to search 500k+ video games, read stats (platforms, summary, gameplay screenshots, trailers and more) and sort the list/result with various options (rating, release date and more)

Technologies: HTML5, SCSS, TypeScript, Angular, Angular Material, RAWG API

A sample screenshot/gif of Project

Project demo gif

Installation and Setup Instructions

Note: You will need npm and Angular CLI installed globally on your machine.

Firstly, clone down this repository.

git clone https://github.com/Dev-Daljeet/video-game-collection.git

cd video-game-collection

Add your own API key from RAWG:

You need to use your own RAWG API Key for 'key' name/field in src\app\interceptors\http-headers.interceptor.ts file

Installation:

npm install

To start a server:

ng serve or npm start

To visit the app:

Open http://localhost:4200/ to view it in the browser

License

MIT License Copyright (c) 2022 Daljeet Singh

Refer to LICENSE file for full information.