Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/tryunfo
- Owner: rafaelmoraes003
- Created: 2022-07-25T17:55:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T04:16:25.000Z (about 2 years ago)
- Last Synced: 2023-03-09T23:16:03.067Z (almost 2 years ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
###
###
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.
###