Cat-meter is an Angular application that uses Random Cat API to query a random cat image upon page load. Users can save that image to a category and have data persist locally on the browser.
This project was generated with Angular CLI version 7.3.8.
Cat-meter is an Angular project using Typescript. This is purely a client side application that utilized local storage for it's database. Documentation on the local storage packaged used can be found:
https://github.com/cyrilletuzi/angular-async-local-storage
To begin make sure node and npm are installed. In addition, make sure that you have Angular CLI installed locally. This project was uses Angular 7.3.8.
npm install -g @angular/cli
Clone the remote repository
git clone https://github.com/khoadnguyen/cat-meter
From within the cat-app directory, run npm install to install all dependencies.
npm install
Once that completes, use ng serve to get a local copy running
ng serve
This should deploy the an instance of the app running locally at:
http://localhost:4200/