This project was generated with Angular CLI version 12.2.14.
Project Parameters:
Create a simple Angular app that displays a UI for searching books.
- Use an API such as the Google Books API to provide the user with a searchable book inventory.
- The UI should allow for a search term and a sort by author or book title.
- The app should use the following:
- SCSS, and
- Angular Material.
As a bonus, you can also use the following:
1. Nrwl/nx (https://nrwl.io/) to organise the project, and
2. Akita for state management (https://github.com/datorama/akita).
Requires having Node Package Manager installed. Run npm install
.
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 build
to build the project. The build artifacts will be stored in the dist/
directory.