Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josnin/redgin-mystore
Created with StackBlitz ⚡️
https://github.com/josnin/redgin-mystore
Last synced: 19 days ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/josnin/redgin-mystore
- Owner: josnin
- Created: 2023-02-01T13:10:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T14:01:51.000Z (11 months ago)
- Last Synced: 2024-11-05T18:26:49.282Z (2 months ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/typescript-ezsw6j
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redgin-mystore
[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/typescript-ezsw6j)
This project is a basic shopping cart demo that showcases the integration of various technologies to create a small ecommerce application. It built using [RedGin](https://github.com/josnin/redgin), [jong-router](https://github.com/josnin/jong-router) for routing, and [pao-form](https://github.com/josnin/pao-form) for form building.
## Features
- Browse through product listings
- Add products to the shopping cart
- View and manage the shopping cart
- Checkout functionality (not implemented in this demo)## Installation
To run this application locally, follow these steps:1. Clone the repository:
```bash
git clone https://github.com/josnin/redgin-mystore.git
```2. Install dependencies
```bash
cd redgin-mystore
npm install
```## Disclaimer
This project is inspired by the Angular shopping cart demo but is implemented using RedGin, jong-router, and pao-form for educational purposes only. It is intended to showcase the use of these technologies in building an ecommerce SPA and does not aim to replicate or compete with any existing projects.