Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mushkir/percentage-calc

A simple percentage calculator. It supports to calculate a particular amount's discount price and net price, as well as it supports this feature for multiple amounts with different percentage amounts...
https://github.com/mushkir/percentage-calc

react reactjs

Last synced: 3 days ago
JSON representation

A simple percentage calculator. It supports to calculate a particular amount's discount price and net price, as well as it supports this feature for multiple amounts with different percentage amounts...

Awesome Lists containing this project

README

        

# Simple Percentage calculator which will calculate the discount percentage and net-amount.

## How to run

- Clone the Repo into Local machine

```
git clone https://github.com/Mushkir/percentage-calc.git
```

- Open the Project in your VSCode

- Open the Terminal

- Enter the following command

```
npm install
```

- If you are a mac user, try the follwing command

```
sudo npm install
```

- To run the file

```
npm run dev
```

### License: MIT (Do whatever, you want!)

## Author

- [Mohamed Mushkir](https://www.instagram.com/mushkir_9611/)