How To:
- Clone repository: git clone https://github.com/savagesem/ring.git
- cd ring
- run "npm install"
- 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;