Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 520 Bytes

Game Points Project

This project was bootstrapped with Create React App.

Focusing on structure rather than UI-features :)

Added a simple test to top component and the most complex of the reducer functions- If it was to be a more than a simple UI Demo I would have written more tests to reach acceptable code coverage levels.

Install node modules for project by typing npm install

Start the app by running npm start

Run tests by typing running npm test