https://github.com/pedroemmanuelbuerger/tryunfo
Tryunfo is a project developed to simulate the famous card game "Trunfo." The goal of the game is to compare players' cards and determine who has the highest score in a given category.
https://github.com/pedroemmanuelbuerger/tryunfo
css form html javascript library react
Last synced: 2 months ago
JSON representation
Tryunfo is a project developed to simulate the famous card game "Trunfo." The goal of the game is to compare players' cards and determine who has the highest score in a given category.
- Host: GitHub
- URL: https://github.com/pedroemmanuelbuerger/tryunfo
- Owner: PedroEmmanuelBuerger
- Created: 2023-02-17T00:52:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:41:28.000Z (3 months ago)
- Last Synced: 2025-03-06T19:44:46.496Z (2 months ago)
- Topics: css, form, html, javascript, library, react
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tryunfo
Tryunfo is a project developed to simulate the famous card game "Trunfo." The goal of the game is to compare players' cards and determine who has the highest score in a given category.
## Features
The project includes the following features:
- **Deck Creation:** Allows creating a deck with various cards, each containing information and values for different categories.
- **Search and Filter by Card:** Users can search for a specific card they have created.
- **Create a Specific Card via Form:** Allows users to create their own cards through a form.## Technologies Used
The project was developed using the following technologies:
- **JavaScript**
- **HTML**
- **CSS**
- **React**
- **Rooks**## Key Learnings
During the development of this project, I applied concepts of JavaScript programming, DOM (Document Object Model) manipulation, componentization with React, and CSS styling. Additionally, I explored the concept of card games and the logic behind creating cards with a form.
## Conclusion
Tryunfo is a fun simulation of the "Trunfo" card game. It is a great opportunity to practice and learn JavaScript programming, DOM manipulation, and card game logic. Enjoy playing Tryunfo and see who has the best cards!