Here we are solving two problems Delivery Cost Estimation with Offers Delivery Time Estimation
Link for demo
The source code of this project is written in TS
. So, you would require the NodeJS.
Open the project and run these two commands
tsc filename.ts
node filename.js
tsc CostEstimate/CostEstimate.ts node CostEstimate/CostEstimate.js tsc CostEstimate/index.ts
tsc TimeEstimate/TimeEstimate.ts node TimeEstimate/TimeEstimate.js tsc TimeEstimate/index.ts node TimeEstimate/index.js
update package.json file scripts -> jasmine CostEstimate/CostEstimate.spec.js update package.json file scripts -> jasmine TimeEstimate/TimeEstimate.spec.js
Invite me to connect on LinkedIn.
_____ _ _ __ __
|_ _| | | | \ \ / /
| | | |__ __ _ _ __ | | __ \ V /___ _ _
| | | '_ \ / _` | '_ \| |/ / \ // _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
\_/ |_| |_|\__,_|_| |_|_|\_\ \_/\___/ \__,_|
______
| ___|
| |_ ___ _ __
| _/ _ \| '__|
| || (_) | |
\_| \___/|_|
______ _ _ _ _
| ___ \ (_) | | | | | |
| |_/ / ___ _ _ __ __ _ | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | | _ |/ _ \ '__/ _ \ |
| |_/ / __/ | | | | (_| | | | | | __/ | | __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_| \___(_)
__/ |
|___/
if (youLiked) {
giveAChance();
}