An open API service indexing awesome lists of open source software.

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.

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!