-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6feeec
commit f45afb1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Bowling Scores - Score Creator | ||
# lead: | ||
# description: | ||
tags: | ||
- bowling | ||
author: AlexHedley | ||
published: 2023-02-24 | ||
# image: | ||
# imageattribution: | ||
--- | ||
|
||
<!-- # Bowling Scores - Score Creator --> | ||
|
||
As the bowling scores are just `json` files in a [data](https://github.com/AlexHedley/bowling/tree/main/src/data) 📂 folder so I can host it on GitHub Pages, I have to manually create the object. Normally I would just copy an existing _record_ and amend, but I thought it would be nice to have a quick/easy way of doing this so I took the original component, added some inputs and then built a tool to do it. Don't ask me why I didn't bind the thing, vanilla JS FTW. Still got to work on the pins. | ||
|
||
![Bowling Score Creator](images/bowling/bowling_score_creator.png "Bowling Score Creator") | ||
|
||
## 🔗 Links | ||
|
||
- https://alexhedley.com/bowling/ | ||
- https://github.com/AlexHedley/bowling |