The Agricola Score Tracker App is a point tracker for the board game Agricola.
Agricola Score Tracker is a side project born from my willingnes to learn and my pasion for boardgames. Some technologies and patterns used:
- Typescript
- React hooks
- Redux
- selectors
- state normalization
- css in js pending
- Travis CI
- Jest
- PWA pending
- A11y pending
- I18n pending
To run Agricola Score Tracker locally you need to have node
installed, then:
- Clone the repo.
- run
npm install
. - run
npm start
.
You can also run the tests by executing npm test
.
If you have an idea, improvement, bugfix or question don't hesitate to create a PR an issue or contact me @ramirozap.
Agricola Score Tracker is licensed under the MIT license.