Skip to content

bimaindra/zakat-calculator

Repository files navigation

This is a Simple Calculator Zakat bootstrapped with Vite

Getting Started

Clone this repository.

Enter the directory, then run this command to install the packages:

npm install
# or
yarn install
# or
pnpm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Stacks

  • ReactJS - The library for web and native user interfaces.
  • TypeScript - Typed programming language that builds on JavaScript,.
  • Vite - Next Generation Frontend Tooling.
  • ChakraUI - UI Framework.