https://github.com/connorbp/angular_shop
A demo webstore designed in angular
https://github.com/connorbp/angular_shop
Last synced: 13 days ago
JSON representation
A demo webstore designed in angular
- Host: GitHub
- URL: https://github.com/connorbp/angular_shop
- Owner: ConnorBP
- Created: 2024-06-12T18:24:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:15:38.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:01:22.062Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://angular.segfault.site/
- Size: 4.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Web Store Demo
[](https://app.netlify.com/sites/angularmagicshop/deploys)
[Live Demo](https://angularmagicshop.netlify.app/)
This repository has a demonstration of Angular framework version 17 usage for a simple online shopping website. I chose a magic the gathering focused game store as my store type, because I am a nerd. Inventory on the website fetches from a "json api endpoint" which is actually just a json file on the static hosting. I have also added a "network delay simulation" to allow the progress spinners to show up on the demo. This would of course not be included in a real production site.