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
- Host: GitHub
- URL: https://github.com/pawelblaszczyk5/book-store-client
- Owner: pawelblaszczyk5
- License: mit
- Created: 2020-09-15T19:28:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T11:19:27.000Z (about 2 years ago)
- Last Synced: 2026-03-28T18:42:12.020Z (3 months ago)
- Topics: angular, app, frontend
- Language: TypeScript
- Homepage: https://book-store.pawelblaszczyk.ct8.pl/
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

## 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/)