https://github.com/daattali/settlers-catan-turn-analyzer
Settlers of Catan Turn Analyzer - a simple app to teach myself ReactJS
https://github.com/daattali/settlers-catan-turn-analyzer
catan catan-board-game reactjs
Last synced: 2 months ago
JSON representation
Settlers of Catan Turn Analyzer - a simple app to teach myself ReactJS
- Host: GitHub
- URL: https://github.com/daattali/settlers-catan-turn-analyzer
- Owner: daattali
- Created: 2020-04-20T06:44:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T21:38:49.000Z (about 5 years ago)
- Last Synced: 2025-04-11T00:44:43.646Z (2 months ago)
- Topics: catan, catan-board-game, reactjs
- Language: JavaScript
- Homepage: https://deanattali.com/settlers-catan-turn-analyzer/
- Size: 3.19 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Settlers of Catan Turn Analyzer
*Dean Attali April 2020*
You **really** think that 4 came up more than the 8? Tired of everyone "wrongly" claiming you take the longest turns? Only one way to find out!
Try it out - https://deanattali.com/settlers-catan-turn-analyzer/
Created after a few days of doing an online ReactJS course, to test my understanding. And also because we always have these fights in my family.
**Disclaimer:** Do not try to take any advice from this code! I'm a complete ReactJS noob and I'm sure in a few months I'll be ashamed of what lies behind these source files.
### How to run
In the root folder, run `npm install` once and then `npm start` whenever you want to run the app. (Instructions for myself: to deploy, run `npm run deploy`)
