https://github.com/nelsonwenner/shopping-cart-frontend-challenge
:shopping_cart: Shopping cart frontend challenge.
https://github.com/nelsonwenner/shopping-cart-frontend-challenge
enzyme jest nodejs react redux redux-saga
Last synced: 4 months ago
JSON representation
:shopping_cart: Shopping cart frontend challenge.
- Host: GitHub
- URL: https://github.com/nelsonwenner/shopping-cart-frontend-challenge
- Owner: nelsonwenner
- Created: 2021-04-04T15:29:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T20:29:31.000Z (over 4 years ago)
- Last Synced: 2025-06-01T15:27:39.629Z (4 months ago)
- Topics: enzyme, jest, nodejs, react, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shopping Cart## :art: Design
![]()
## :rocket: Technologies
* React
* Node
* Redux
* Redux-saga
* Jest
* Enzyme
## :electric_plug: Prerequisites- Node version (>= 14.16.0)
## :information_source: Getting Started1. Fork this repository and clone it on your machine.
2. Change the directory to `shopping-cart-frontend-challenge` where you cloned it.## :computer: Frontend Getting Started
1. Install dependencies
```shell
$ npm install
```
2. Start the application
```shell
$ npm start
```
* Open frontend, the host [localhost:3000](http://localhost:3000)## :toolbox: Running the tests
```shell
$ npm test
```
---