This project's UI was inspired by this app.
I started from the existing UI (and the RAWG API) as a starting point to then refactor its architecture from a pull-based to a push-based approach.
This project was generated with Angular CLI version 15.0.2.
- Obtain an API Key from https://rawg.io/apidocs
- copy
src/environments/environment.ts
into a new filesrc/environments/environment.dev.ts
and add the API Key
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.