Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubnowicki/boardgames-calculator
Calculate players scores in board games.
https://github.com/jakubnowicki/boardgames-calculator
Last synced: 13 days ago
JSON representation
Calculate players scores in board games.
- Host: GitHub
- URL: https://github.com/jakubnowicki/boardgames-calculator
- Owner: jakubnowicki
- Created: 2020-02-18T07:44:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:33:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T23:56:29.330Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Board games calcualtor
Created by: [Jakub Nowicki]([email protected])
This small app allows you to calculate players scores in a board game. You can use one of the provided presets or create your one one. Deployed app is available [here](https://boardgamescalculator.xyz/).
## Development
### `yarn install`
Will install all dependencies required by the project.
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.