Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/mushkir/percentage-calc
- Owner: Mushkir
- License: other
- Created: 2024-04-08T14:08:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:49:35.000Z (2 months ago)
- Last Synced: 2024-11-07T13:47:45.926Z (2 months ago)
- Topics: react, reactjs
- Language: JavaScript
- Homepage: https://percentage-calc-eight.vercel.app
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)