This is Angular app connnected with Dog API. You can here find random dog photo or search photo by selected breed available in API. You can also add photo to favorites and they are stored in Local Storage. So every time you get back to app, your favorites dogs are still visible in app.
Stack:
- RxJS
- NgRx
- SCSS
This project was generated with Angular CLI version 13.1.2.
Run npm install
to install dependency and then 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.