Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

luiscarlin/redux-react-calculator

Repository files navigation

Redux React Calculator CircleCI

A simple calculator built using React and Redux while doing TDD

See the production build running here https://luiscarlin.github.io/redux-react-calculator/

Run

git clone this-repo
cd this-repo

yarn install

# Generate production build and publish it to GitHub Pages
yarn deploy

# Start local dev instance in localhost:3000
yarn start

# Run Jest test watch
yarn test

# Run tests with coverage
yarn test --coverage

About

A calculator to practice Redux and React with TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published