A simple and interactive application for scoring domino games, allowing players to track their scores easily and efficiently.
- Description
- Technologies
- How to Use
- Installation and Usage
- Features
- Contributions
- Developer
- License
- References
Score Domino is a simple app designed to calculate scores for domino matches, developed to simplify point counting and replace the use of beans and corn. The idea came after watching my family play and use small objects for scoring, which often led to confusion and complaints. I decided to create a digital solution to make this experience more practical and organized.
It was a great opportunity to apply my knowledge in JavaScript, HTML, and CSS while studying to re-enter the front-end market, resulting in a useful tool for my family and others who want to enjoy the game without using physical objects or scorecards.
- HTML5
- CSS3
- JavaScript
- Access the app: https://score-domino.arielspencer.com.br/
- Input the points for each match in the corresponding fields or subtract them if clicked by mistake.
- The total score will be displayed on the screen.
- Live Server (extension for Visual Studio Code)
-
To run the Score Domino app, you can use the Live Server extension on Visual Studio Code and follow these steps:
-
Clone the repository:
git clone https://github.com/ArielSpencer/score-domino.git
-
Navigate to the project directory:
cd score-domino
-
Open the project in your code editor (suggested: Visual Studio Code):
code .
-
Right-click on
index.html
and select "Open with Live Server."
- Score counter that calculates a victory for every 4 matches won.
- Automatic calculation for two teams.
- Simple and user-friendly interface.
Contributions are welcome! If you have suggestions, corrections, or improvements, feel free to open an issue or send a pull request.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/NAME
-
Follow the commit standards of Conventional Commits.
git commit -m "feat(app): add new scoring feature"
-
Push your branch:
git push origin feature/NAME
-
Open a Pull Request explaining the issue solved or the feature added. If there are visual changes, attach a screenshot and wait for the review!
This project is licensed under the MIT License.