Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.