An open API service indexing awesome lists of open source software.

https://github.com/pawelblaszczyk5/book-store-client

Front end for my BookStore project built with Angular
https://github.com/pawelblaszczyk5/book-store-client

angular app frontend

Last synced: 2 months ago
JSON representation

Front end for my BookStore project built with Angular

Awesome Lists containing this project

README

          

# BookStore frontend

This is frontend for my first bigger project. I started it as I was just placing my first steps in Angular and while creating it I got a job in Angular so I learned a lot but it was hard to implement many of this things with not best codebase so I decided to finish it as it is and move forward to apply knowledge at new projects.

## Live version

[BookStore](https://book-store.pawelblaszczyk.ct8.pl/)

![BookStore screenshot](https://i.imgur.com/993ElZg.png)

## Run it locally
- Make sure that you have node and Angular installed
- Clone repo
- Run 'npm install'
- Run `ng serve`

## Functionalities

- Fully responsive mobile-first design
- Integration with backend
- Basic authentication and authorization
- Basic store webpage implementation

## Main technologies

- Angular 11
- RxJS
- Angular Material

## Contributing
I am open for any advices and tips. Feel free to open an issue if you have a suggestion.
## License
[MIT](https://choosealicense.com/licenses/mit/)