/smartSus

Projeto de Disciplina Empreendedorismo Inovação e Tecnologia. Dashboard de gerenciamento de dados do sistema única de saúde.

Primary LanguageTypeScript

Description

Projeto de Disciplina Empreendedorismo Inovação e Tecnologia. Dashboard de gerenciamento de dados do sistema única de saúde.

figma link:

link avaliação 3

link do trello

alunos

"insert name and student code here"

  • Gabriel Cruz Vaz Santos - 200049038
  • Ana Carine de Azevedo Salomão - 140034692
  • Daniel Pereira Damasceno - 190104805
  • Renato Pedro da Silva Júnior - 202063640
  • Heron Ferrari Araujo - 202063687
  • Kallebe de Sousa Silva - 180053485
  • João
  • Samy Nsenda Milambu - 190023210

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

in another terminal but in the same directory run:

yarn json-server --watch ./src/services/db.json --port 5000

Add Dependency

In the project directory, you can run:

yarn add 'dependecy-name'

Code Info

components

  • PageContainer
  • Filters Drawer
  • PopUp
  • MainTable
  • MyPieChart

Pages

  • HomePage

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"