Skip to content

Commit

Permalink
desafio frontend jogo de tarot
Browse files Browse the repository at this point in the history
  • Loading branch information
VieiraMeloRoberta committed May 29, 2023
0 parents commit 94178cd
Show file tree
Hide file tree
Showing 23 changed files with 30,553 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## <h1 align="center">🃏Jogo de Tarot</h1>

## 📝 Descrição
O projeto final de frontend, consiste em criar um jogo de Tarot, que permita ser sorteada uma carta por vez. Em sua tela inicial seja exibido todas as cartas do arquivo json. Este arquivo json está sendo consumido via http request usando Axios. Ao clicar no botão iniciar o jogo, todas as cartas deverão ser viradas escondendo o seu conteúdo.

## 🚀 Tecnologias utilizadas
- React js
- styled-components
- axios

![imagem](imagem.png)


## <h2>🔄 Rodando o projeto localmente</h2>

Clone o projeto via HTTPS

```bash
git clone https://github.com/Personare/front-end-challenge.git
```

Entre no diretório do projeto

```bash
cd jogo
```

```bash
npm start
```
Binary file added imagem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 94178cd

Please sign in to comment.