The purpose of this assignment is to establish a single page search engine application with query capabilities. The app features a home, configuration, and API page. The Configuration page is for the user to select their image resolution of choice. The API page gives the user the ability to hit an API and String button that outputs sample data from a JSON and txt file respectively.
- npm install
- ng serve --open
- ng test
- ng e2e
- none