Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorbp/angular_shop
A demo webstore designed in angular
https://github.com/connorbp/angular_shop
Last synced: about 8 hours 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:15:38.000Z (5 months ago)
- Last Synced: 2024-06-16T03:31:50.834Z (5 months ago)
- Language: TypeScript
- 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/15487ee8-a930-4254-98ef-e782790a66ff/deploy-status)](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.