An open API service indexing awesome lists of open source software.

https://github.com/gmpsankalpa/vat-calculator

💰This is a simple VAT (Value Added Tax) calculator app built using React.💸
https://github.com/gmpsankalpa/vat-calculator

javascript react reactjs

Last synced: 3 months ago
JSON representation

💰This is a simple VAT (Value Added Tax) calculator app built using React.💸

Awesome Lists containing this project

README

        

# VAT Calculator App

This is a simple VAT (Value Added Tax) calculator app built using React.

## Table of Contents

- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Features

- Calculate VAT Remove Amount, VAT Add Amount, and Total Amount
- View and clear calculation history

## Getting Started

### Prerequisites

Make sure you have the following installed:

- Node.js: [Download Node.js](https://nodejs.org/)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/gmpsankalpa/vat-calculator.git

2. Navigate to the project directory:

```bash
cd vat-calculator

3. Install dependencies:

```bash
npm install

### Usage

1. Run the app:

```bash
npm start

1. Run the app:
2. Open your browser and visit http://localhost:3000 to view the app.
3. Enter the amount, set the VAT rate, and click the "Calculate" button to see the results.
4. View and clear the calculation history.

### Usage

This project is licensed under the [MIT License]().

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/vat-calculator?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/vat-calculator?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/vat-calculator?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/vat-calculator?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)