/react-bill-explorer

Bill explorer

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

The Bills Explorer

Let's explore a group of bills, analyze and summarize them by category.

Purpose

Hope it could be useful for someone. I did it by pleasure.

Installed components

   yarn add @mui/material @emotion/react @emotion/styled

Install eslint

  1. remove the follow code from ‘package.json’ file

    "eslintConfig": {
       "extends":[
          "react-app",
          "react-app/jest"
       ]
    }
  2. On terminal, run:

    npx eslint --init
    
    npx eslint src/* 
    npm install eslint --save-dev

Install husky

Install storybook

   yarn add -D typescript@latest
   npx storybook@latest init