Skip to content

๐ŸŽฎ JSGen1u5 is a memory game developed using ReactJS and Styled Components and tests created in Testing Library.

Notifications You must be signed in to change notification settings

mariaelizasa/JS-G3n1u5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ JS G3N1U5

genius genius

Como executar / How to run

Instale as dependรชncias / Install all the dependencies:

npm install

Crie um arquivo .env e adicione a URL da API como variรกvel de ambiente no seguinte formato / Create an .env file and add the API URL on the following format:

Create .env
REACT_APP_API_URL= "api-URL-without-'https'"

Execute o projeto / Execute the project:

npm start

Estrutura do Projeto / Project Structure

โ”œโ”€โ”€ public
โ”œโ”€โ”€ src
โ”‚   โ””โ”€โ”€__test__
โ”‚       โ”œโ”€โ”€ __snapshots__
โ”‚       โ”œโ”€โ”€ files // Arquivos de teste
โ”‚   โ””โ”€โ”€ assets //images
โ”‚   โ””โ”€โ”€ components // Components usados para criaรงรฃo das pรกginas
โ”‚       โ”œโ”€โ”€ Button
โ”‚       โ”œโ”€โ”€ Icon
โ”‚       โ”œโ”€โ”€ ListRanking
โ”‚       โ”œโ”€โ”€ Logo
โ”‚       โ”œโ”€โ”€ Score
โ”‚   โ””โ”€โ”€ pages  // Pรกginas da aplicaรงรฃo
โ”‚       โ”œโ”€โ”€ Home
โ”‚       โ”œโ”€โ”€ Game
โ”‚       โ”œโ”€โ”€ Ranking
โ”‚       โ”œโ”€โ”€ Result
โ”‚   โ””โ”€โ”€ services
โ”‚       โ”œโ”€โ”€ api.js // Url da Api
โ”‚   โ””โ”€โ”€ styles
โ”‚       โ”œโ”€โ”€ global.js // Styled-components Global
โ”‚   
โ”‚   โ””โ”€โ”€ App.jsx
โ”‚   โ””โ”€โ”€ Index.jsx 
โ”‚   โ””โ”€โ”€ routes.jsx // Rotas da aplicaรงรฃo

Contributing

  1. Fork it (https://github.com/mariaelizasa/JS-G3n1u5)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

๐ŸŽฎ JSGen1u5 is a memory game developed using ReactJS and Styled Components and tests created in Testing Library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published