Leia em Português | Read in English
Tryunfo é um projeto desenvolvido durante o módulo de front-end do curso da Trybe. O objetivo é criar um jogo no estilo de Super Trunfo, onde é possível criar novas cartas e listar as cartas já existentes no baralho. Tudo isso é feito de forma dinâmica usando React.
- React
- CSS
- Acesse https://daviazev-tryunfo.netlify.app/
- Ou instale usando o comando
git clone [email protected]:daviazev/tryunfo.git
- Entre na pasta usando
cd tryunfo
- Instale as dependências do projeto usando
npm install
- Pronto! Você pode rodar usando o comando
npm start
Tryunfo is a project developed during the front-end module of the Trybe course. The goal is to create a game in the style of Super Trunfo, where it is possible to create new cards and list the existing cards in the deck. All of this is done dynamically using React.
- React
- CSS
- Access https://daviazev-tryunfo.netlify.app/
- Or install it using the command
git clone [email protected]:daviazev/tryunfo.git
- Navigate to the folder using
cd tryunfo
- Install the project dependencies using
npm install
- Done! You can run it using the command
npm start