Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maia14/books-wishlist
A single page app that manages a user's book wish-list, developed in Angular 9, HTML5 and SCSS.
https://github.com/maia14/books-wishlist
angular front-end-development frontend-app frontend-framework javascript json saas typescript web wishlist
Last synced: about 2 months ago
JSON representation
A single page app that manages a user's book wish-list, developed in Angular 9, HTML5 and SCSS.
- Host: GitHub
- URL: https://github.com/maia14/books-wishlist
- Owner: MaiA14
- Created: 2020-02-26T21:57:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:18:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T06:03:10.698Z (almost 2 years ago)
- Topics: angular, front-end-development, frontend-app, frontend-framework, javascript, json, saas, typescript, web, wishlist
- Language: TypeScript
- Homepage: https://maia14.github.io/books_wishlist/books_wishlist/
- Size: 7.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Books wish list
A single page app that manages a user's book wish-list. App is Developed with Angular 9 and CSS3.
You can add book to your wish-list by clicking on the checkbox, you can remove book from the wish list by clicking again on the checkbox, or by clicking on the close button on preview of the wish list. For every update (removing or adding to the wish list), the amount you need to pay is update.
![Image of Yaktocat](https://res.cloudinary.com/dtwqtpteb/image/upload/v1583349321/ix4zrmk8iusftjv15hzl.png)
Of course there is option to move to another book and adding it to the wish list. You can read a short description and see it's rating.
![Image of Yaktocat](https://res.cloudinary.com/dtwqtpteb/image/upload/v1583356491/hsdla4vgwmf2ftvbbtaf.png)
The app supports various mobile and browsers.
![Image of Yaktocat](https://i.ibb.co/0FR3jrC/New-Project-11.png)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1.
## Development server
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.
## Code scaffolding
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`.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).