A simple user-interface for a term deposit calculator built with React, Vite, Typescript and Tailwind CSS.
- Install dependencies
yarn install
- Start dev server
yarn start
For linting and formatting, this project uses ESLint and Prettier.
yarn run lint
yarn run format
For testing this project uses Jest.
yarn run test
yarn run build