Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmoraes003/tryunfo

Application that simulates the game Super Trunfo made with React.js.
https://github.com/rafaelmoraes003/tryunfo

javascript react reactjs

Last synced: 1 day ago
JSON representation

Application that simulates the game Super Trunfo made with React.js.

Awesome Lists containing this project

README

        

Tryunfo

###

The goal of this project was to create the game Trunfo using React. For this reason, I needed to know how to handle states and events, in addition to knowing how to use conditional rendering.

When describing a card, it appears next to it in the form of a preview and, when saving it (this only happens if all fields are filled in and the attribute field meets a minimum and maximum requirement of composition and sum ) the card appears created just below.

As the application is based on Trump, one of the requirements was to be able to have ONLY 1 Super Trunfo card.

When the cards are already saved, it is possible to make a search filter by name, rarity and Super Trunfo; in addition, it is also possible to delete cards from the deck.

###

Technologies used

###


javascript logo
react logo

###

How to use the application

###

Clone the application using the `git clone` command. After that, enter the project folder using the command `cd tryunfo` and run the command `npm install`. After installation, use the `npm start` command.

###