Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylrpopcorn/pingpong-scorekeepr
A simple application that will keep track of your ping pong score
https://github.com/tylrpopcorn/pingpong-scorekeepr
bulma-css dom dom-manipulation html javascript
Last synced: about 1 month ago
JSON representation
A simple application that will keep track of your ping pong score
- Host: GitHub
- URL: https://github.com/tylrpopcorn/pingpong-scorekeepr
- Owner: TylrPopcorn
- Created: 2024-08-06T00:59:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T18:05:28.000Z (about 2 months ago)
- Last Synced: 2024-10-14T00:41:48.846Z (about 1 month ago)
- Topics: bulma-css, dom, dom-manipulation, html, javascript
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ```PingPong-ScoreKeepr```
```A simple application that will keep track of your ping pong score```PingPong-ScoreKeepr is a straightforward application designed to help you keep track of the scores during your ping pong games. It allows you to increment scores for two players, set the winning score, and reset the scores with a single click. This project is an excellent demonstration of basic DOM manipulation and event handling using JavaScript and HTML.
Live: https://pingpong-scorekeepr.onrender.com/
![image](https://github.com/user-attachments/assets/eeaa70a2-89c9-4c8e-9818-b7f431373180)
Credit goes to the original/external sources used.# Related Projects
- [Pokemon Display Grid](https://github.com/TylrPopcorn/Pokemon-Display-Grid) - *demonstrating how to dynamically manipulate the DOM using JavaScript.*
- [Bulma Basics](https://github.com/TylrPopcorn/Bulma-Basics) - *Learn the basics of Bulma*
- [The Book](https://github.com/TylrPopcorn/The-Book) - *A project showcasing how to use BootStrap*
- [Projects List](https://github.com/TylrPopcorn/Projects-List) - *Explore other projects I have worked on*