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 terminal -
Install dependecies
npm install -
Run application in development mode(at localhost:3000)
npm run start -
Build and compiles application for production
npm run build
-
Create your feature branch
git checkout -b feature/fooBar -
Add and commit your changes
git add .
git commit -m "changes made with fooBar"
-
Push to branch
git push origin feature/fooBar -
Create 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.
