Skip to content

Product price calculation service based on discount & tax

Notifications You must be signed in to change notification settings

SreeniC/PriceCalcService

Repository files navigation

PriceCalcService

The app is a price calculation service which helps to calculate the price of a product, it can be a Bicycle, Car or any home appliance, which is configurable. The application is designed and developed as a C# console application and used decorator pattern for modularity ,scalability and extensibility.

The application accepts inputs such as No. of products, Unit price and State(for applying tax) and displays the result after considering discount and state tax.

Unit testing is done with MSTest to validate input values and calculated result.

Note:- Input validation is not in place and assumed to be entered correctly.

About

Product price calculation service based on discount & tax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages