A score tracker between 2 players where game score can be adjusted
- The first player matching game score is the winner
- Game score actions are increment, decrement and reset
Clone repo by running
git clone https://github.com/simonxcode/scorekeeper-redux.gitin your terminalInstall dependecies
npm installRun application in development mode(at localhost:3000)
npm run startBuild and compiles application for production
npm run build
Create your feature branch
git checkout -b feature/fooBarAdd and commit your changes
git add .
git commit -m "changes made with fooBar"
Push to branch
git push origin feature/fooBarCreate a new Pull Request
LCD font by Grafito Design
This project is licensed under Unlicense license. This license does not require you to take the license with you to your project.
