Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreapontrandolfo/react-ecommerce-demo
Minimal e-commerce frontend with random data
https://github.com/andreapontrandolfo/react-ecommerce-demo
antd css faker html javascript react redux styled-components
Last synced: 25 days ago
JSON representation
Minimal e-commerce frontend with random data
- Host: GitHub
- URL: https://github.com/andreapontrandolfo/react-ecommerce-demo
- Owner: AndreaPontrandolfo
- License: mit
- Created: 2021-09-23T16:32:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T22:13:31.000Z (over 2 years ago)
- Last Synced: 2024-10-26T16:53:40.603Z (2 months ago)
- Topics: antd, css, faker, html, javascript, react, redux, styled-components
- Language: JavaScript
- Homepage: https://andreapontrandolfo.github.io/react-ecommerce-demo/
- Size: 2.73 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-Ecommerce Demo
![GitHub package.json version](https://img.shields.io/github/package-json/v/todstest/tods-test)
## Installation
```
yarn install
```## Usage
```
yarn start
```## Build the project for production
```
yarn build
```## Features
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
- Components written with React Hooks
- The assets are generated randomly with [Faker.js](https://github.com/marak/Faker.js)
- Styled with [Ant-Design](https://ant.design/) and [Styled-Components](https://www.styled-components.com/)
- Routing: [HookRouter](https://github.com/paratron/hookrouter)
- Global State Management: [Easy-Peasy](https://github.com/ctrlplusb/easy-peasy)## Visit Demo
https://andreapontrandolfo.github.io/react-ecommerce-demo/