About

Here we are solving two problems Delivery Cost Estimation with Offers Delivery Time Estimation

DeliveryApp

GitHub code size in bytes GitHub last commit GitHub stars GitHub forks

Generic badge

Link for demo

Generic badge

Useful Links

Requirements

GitHub top language

The source code of this project is written in TS. So, you would require the NodeJS.

Instructions

chrome

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

Tu run unit test

update package.json file scripts -> jasmine CostEstimate/CostEstimate.spec.js update package.json file scripts -> jasmine TimeEstimate/TimeEstimate.spec.js

Need help?

Invite me to connect on LinkedIn.

Medium

 _____ _                 _     __   __            
|_   _| |               | |    \ \ / /            
  | | | |__   __ _ _ __ | | __  \ V /___  _   _   
  | | | '_ \ / _` | '_ \| |/ /   \ // _ \| | | |  
  | | | | | | (_| | | | |   <    | | (_) | |_| |  
  \_/ |_| |_|\__,_|_| |_|_|\_\   \_/\___/ \__,_|  
                                                  
                                                  
______                                            
|  ___|                                           
| |_ ___  _ __                                    
|  _/ _ \| '__|                                   
| || (_) | |                                      
\_| \___/|_|                                      
                                                  
                                                  
______      _               _   _               _ 
| ___ \    (_)             | | | |             | |
| |_/ / ___ _ _ __   __ _  | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | |  _  |/ _ \ '__/ _ \ |
| |_/ /  __/ | | | | (_| | | | | |  __/ | |  __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_|  \___(_)
                     __/ |                        
                    |___/                         

 


if (youLiked) {
    giveAChance();
}