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

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.

Awesome Lists containing this project

README

          


Shopping Cart

## :art: Design


design

## :rocket: Technologies

* React
* Node
* Redux
* Redux-saga
* Jest
* Enzyme
## :electric_plug: Prerequisites

- Node version (>= 14.16.0)
## :information_source: Getting Started

1. 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
```
---