/Akinator-simulator-client

Projeto-Disciplina-PAA

Primary LanguageTypeScript

Description

Projeto de Disciplina Programação e analise de algoritmos

figma

alunos

  • Vanessa Paixão Costa - 200028286
  • Keven Luan Santos Barbosa - 200039806
  • Marcelo Junqueira Ferreira - 200023624
  • Vinícius Lima Passos - 200028545
  • Gabriel Cruz Vaz Santos - 200049038
  • Nícolas Paulin Benatto - 200025627
  • Pedro Eduardo Cunha Ximenes - 200026071
  • Pedro Venzi L M de Oliveira - 200042696
  • Arthur Mota Furtado - 200014935

Install Dependencies

In the project directory, you can run:

yarn install

Run Project

In the project directory, you can run:

git pull

yarn

yarn dev

Add Dependency

In the project directory, you can run:

yarn add 'dependecy-name'

Code Info

components

  • PageContainer
  • ImageContainer
  • InputContainer
  • PageButton
  • Input
  • Question

Pages

  • HomePage
  • QuestionPage
  • IsCharacterPage
  • NotFoundPage
  • FoundPage
  • AddCharacterPage

Extra

config your vscode for fix eslint warnings on auto-save

  • Go to File -> preferences -> settings

  • On your right-hand side, there is an icon to Open Settings in JSON format. Click on that icon.

  • add the following json code inside the settings.json:

    "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.formatOnSave": true, "eslint.alwaysShowStatus": true, "files.autoSave": "onFocusChange"