Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All files required are added #869

Merged
merged 5 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/Games/MemoryGame/.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*
21 changes: 21 additions & 0 deletions src/Games/MemoryGame/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 GABRIEL DE SOUZA FURTADO

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
55 changes: 55 additions & 0 deletions src/Games/MemoryGame/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<h1 align="center" width:100%>

![Design sem nome](https://github.com/gabrielsousaf/Memory-Game-React/assets/121953504/696ce847-dbd2-439b-9560-3e4b6d23f3ca)
![Design_sem_nome-removebg-preview](https://github.com/gabrielsousaf/Memory-Game-React/assets/121953504/6ab9f216-c128-4e32-9434-f385402448c7)



# 📱 Secret Word.
> * Esse repositório tem como objetivo principal apresentar meus estudos e aplicar em projetos pessoais em React.
> * Jogo da memoria feito em React.


## ⚙ Descrição do projeto.
> * Toda vez que o jogo é iniciado as cartas são embaralhadas de forma aleatoria.<br>
> * Se duas cartas forem as mesmas, vão ficar com fixas.<br>
> * Se forem diferentes irão voltar ao estado inicial em alguns segundos<br>
> * Se o jogo for finalizado, ou o usuario não conseguir terminar em 60 segundos o sistema ira exibir uma mensagem.


## ☕ Tecnologias Usadas

[![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)](#)
[![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](#)
[![JAVASCRIPT](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](#)
[![REACT](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](#)

https://memory-game-bd30lf9e4-gabrielsousaf.vercel.app/


## 📎 Como Executar o projeto.

No diretório do projeto, você pode executar:

## `npm i`:
> Instalar as dependências listadas no arquivo package.json do projeto.

## `npm start`:
> Executa o aplicativo em modo de desenvolvimento.
> Abra http://localhost:3000 para visualizá-lo no navegador.
> A página será recarregada quando você fizer alterações.
> Você também pode ver quaisquer erros de lint no console.

### `npm test`
> Inicia o executor de teste no modo de observação interativo.
> Consulte a seção sobre executando testes para obter mais informações.

### `npm run build`
> Compila o aplicativo para produção na pasta build.
> Ele agrupa corretamente o React no modo de produção e otimiza a construção para obter o melhor desempenho.

## 📝 Licença

> Esse projeto está sob licença. Veja o arquivo [LICENÇA](LICENSE) para mais detalhes.


Loading
Loading