The app is built with Node and React App. It also utilizes local storage to persist state.
- NodeJS v10.7.0+ (https://nodejs.org)
- Clone the repo
- Install dependencies:
npm install
ornpm i
for short
- To start the app run
npm run start
- for running the tests
npm run test
- for running the tests with coverage
npm run test:coverage