simple gross profit calculator that takes an original cost, percentage and returns a resale price
Go to file
MoistOverflow 37212a8921 slightly better description 2023-05-21 20:09:55 -04:00
assets Created a new Expo app 2023-05-17 19:17:32 -04:00
.gitignore Created a new Expo app 2023-05-17 19:17:32 -04:00
App.tsx init 2023-05-21 20:08:12 -04:00
README.md slightly better description 2023-05-21 20:09:55 -04:00
app.json init 2023-05-21 20:08:12 -04:00
babel.config.js Created a new Expo app 2023-05-17 19:17:32 -04:00
eas.json init 2023-05-21 20:08:12 -04:00
package.json init 2023-05-21 20:08:12 -04:00
tsconfig.json Created a new Expo app 2023-05-17 19:17:32 -04:00
yarn.lock init 2023-05-21 20:08:12 -04:00

README.md

gpCalc

simple gross profit calculator build with react-native in expo. All it does is take in a original cost, desired GP percentage and returns a resale price.