Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 459 Bytes

File metadata and controls

15 lines (10 loc) · 459 Bytes

ring test

How To:

  1. Clone repository: git clone https://github.com/savagesem/ring.git
  2. cd ring
  3. run "npm install"
  4. run "npm start"

This project uses "create-react-app" tools to generate boilerplate and easy setup environment.

Also it uses "styled-components" package to generate classes for the components. As a state management tool it uses Redux with React-Redux package.

There are only 2 tests in the project: main App test and reducer test;