This project is a top-trumps-like game! When using this application, the user can create a deck with a free theme, adding and removing a card from it. In addition, you can save each card to give the deck your face. Have fun ;)
Page URL: https://imvictorm.github.io/Tryunfo/
In this project, I was able to:
-
Read the state of a component and use it to change what it displays in the browser
-
Initialize a component, giving it a predefined state
-
Update the state of a component
-
Capture events using React syntax
-
Create forms using JSX syntax with tags: input, textarea, select, form, checkbox
-
Pass information from child components to parent components via callbacks
HTML5 | CSS3 | JavaScript | React |
---|---|---|---|
- Clone and enter this repository
git clone git@github.com:ImVictorM/Tryunfo.git && cd Tryunfo
- Install the dependencies
npm install
- Start the project
npm start