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.💸
- Host: GitHub
- URL: https://github.com/gmpsankalpa/vat-calculator
- Owner: gmpsankalpa
- License: mit
- Created: 2024-03-02T11:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:54:52.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:32:17.018Z (5 months ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage: https://gmpsankalpa.xyz
- Size: 181 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.git2. Navigate to the project directory:
```bash
cd vat-calculator3. Install dependencies:
```bash
npm install### Usage
1. Run the app:
```bash
npm start1. 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]().
---



