Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 505 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 505 Bytes

Term deposit calculator UI

A simple user-interface for a term deposit calculator built with React, Vite, Typescript and Tailwind CSS.

Screenshot

Get Started

  1. Install dependencies yarn install
  2. Start dev server yarn start

Linting and formatting

For linting and formatting, this project uses ESLint and Prettier.

yarn run lint yarn run format

Testing

For testing this project uses Jest.

yarn run test

Build for production

yarn run build