besopmac / fe-diobank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DioBank FE Challenge

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

Desafios

[x] Crie os componentes referentes aos elementos na página inicial

  • Crie um componente para o header, com o título da aplicação
  • Crie um componente para o botão, que aceite onClick como uma das props do componente
  • Refatore o componente Card para receber o formulário de login. Ao invés de chamar elemento por elemento na página inicial, apenas o componente Card deve ser chamado.

[x] Crie uma função de Boas vindas

  • Ao clicar no botão, deve aparecer um alert com uma mensagem de boas vindas
  • Crie o teste unitário da função

About


Languages

Language:TypeScript 81.3%Language:JavaScript 11.7%Language:HTML 7.1%