https://github.com/bindul/bls
Bowling League Stats
https://github.com/bindul/bls
bootstrap bowling-score hobby-project react typescript
Last synced: 5 months ago
JSON representation
Bowling League Stats
- Host: GitHub
- URL: https://github.com/bindul/bls
- Owner: bindul
- License: apache-2.0
- Created: 2024-09-18T21:34:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T21:16:09.000Z (5 months ago)
- Last Synced: 2026-01-30T08:56:32.624Z (5 months ago)
- Topics: bootstrap, bowling-score, hobby-project, react, typescript
- Language: TypeScript
- Homepage: http://bls.bindul.name/
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bowling League Stats
A fun side project to track and show league bowling stats created for the **Pins Go Boom!**
bowling team. Written in React with a few libraries, this is also Bindul's *first React project*,
hence the code and design isn't the prettiest. It was primarily figure out the language as
you code piece.
The code is currently hosted using [GitHub Pages](https://pages.github.com) at **[bls.bindul.name](https://bls.bindul.name)**
All data used by the site are held as `JSON` files as part of the static hosting at GH Pages.
The data itself is managed using a (*pseudo*) desktop application (code at [BLS Data Management](https://github.com/bindul/bls-dm)).