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
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
You need to use your own RAWG API Key for 'key' name/field in src\app\interceptors\http-headers.interceptor.ts file
npm install
ng serve
or npm start
Open http://localhost:4200/
to view it in the browser
MIT License Copyright (c) 2022 Daljeet Singh
Refer to LICENSE file for full information.