This App loads data from an external API and enables the viewing of data points in detail. This App contains 500,000+ video games content right now, but can be used for other content as well.
- Load data from an external source (RapidApi): terryl1971.github.io/Video-Game-DB .
- View a list of items, sorted alphabetically
- user can search for a specific name
- On user action (clicking on button with list item), details are shown in a modal
- HTML
- CSS
- JavaScript
- Bootstrap components (modal, grid, input search field)
- External API (RapidAPI)
- Rebuild the project + connect to a different API
- depending on content there will be other filter and sorting functions
- for wide screens the list will be displayed in a grid
See hosted version of Pokemon App: terryl1971.github.io/Video-Game-DB
This project was generated with Angular CLI version 11.2.2.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
