项目作者: luisperezcr

项目描述 :
Book Finder built using Angular 9 and Google Books API
高级语言: TypeScript
项目地址: git://github.com/luisperezcr/book-finder.git
创建时间: 2020-03-28T19:49:41Z
项目社区:https://github.com/luisperezcr/book-finder

开源协议:

下载


Book Finder

This project is a simple Book Finder built with Angular 9 and Google Books API.

Tools used

  • Angular (version 9).
  • Angular Material (version 9).
  • Flex Layout (version 9).
  • Google Books API.

Development server

In order to see the app locally, do the following:

  1. Clone the repo to a local repo.
  2. Run yarn to install dependencies.
  3. Run ng serve and navigate to http://localhost:4200/.
  4. The app will automatically reload if you change any of the source files.

Build

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.

Opportunity for improvements

  • Make it responsive.
  • Add Unit Tests