https://github.com/marcoabcorrea/awesome-store
Store App with user auth, dashboard with graphs and product listing
https://github.com/marcoabcorrea/awesome-store
List: awesome-store
angular angular2 angular4 bootstrap chartjs font-awesome lodash moment sass sweetalert2
Last synced: 2 months ago
JSON representation
Store App with user auth, dashboard with graphs and product listing
- Host: GitHub
- URL: https://github.com/marcoabcorrea/awesome-store
- Owner: MarcoABCorrea
- Created: 2018-05-18T19:43:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T19:33:03.000Z (over 7 years ago)
- Last Synced: 2025-11-11T10:02:25.191Z (8 months ago)
- Topics: angular, angular2, angular4, bootstrap, chartjs, font-awesome, lodash, moment, sass, sweetalert2
- Language: TypeScript
- Homepage:
- Size: 781 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Store
This App emulates a store. Here are some features:
* Login Auth
* User permissions
* Dashboard with some purchases graphs.
* Products listing with server-side pagination
## Stack & Components
* Angular 4
* Bootstrap
* SASS
* Font-Awesome
* sweet alert
* ng2-chart
* moment
* lodash
* ngx-pagination
## Development server
Start the server:
```sh
$ ng serve
```
Navigate to `http://localhost:4200/`