Skip to content

Commit

Permalink
Bowling Scores - Score Creator
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Feb 24, 2023
1 parent d6feeec commit f45afb1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/input/posts/bowling-website-score-creator.md
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

0 comments on commit f45afb1

Please sign in to comment.