diff --git a/Calculators/GDP-Calculator/README.md b/Calculators/GDP-Calculator/README.md new file mode 100644 index 000000000..08c232a6b --- /dev/null +++ b/Calculators/GDP-Calculator/README.md @@ -0,0 +1,15 @@ +#
GDP Calculator
+ +## Description :- + +This is a GDP calculator (Gross Domestic Product), which helps to calculate the aggregate domestic output produced in a given country in a nominal term using the Expenditure Approach. + +## Tech Stacks :- + +- HTML +- CSS +- JavaScript + +## Screenshots :- + +![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/1158f5b9-316e-4b03-8d8e-491f2734a77d) diff --git a/Calculators/GDP-Calculator/index.html b/Calculators/GDP-Calculator/index.html new file mode 100644 index 000000000..17a643329 --- /dev/null +++ b/Calculators/GDP-Calculator/index.html @@ -0,0 +1,66 @@ + + + + + + + +
+ Gross domestic product is defined by the Organisation for Economic Co-operation and Development (OECD) as
+ "an aggregate measure of production equal to the sum of the gross values added of all resident and
+ institutional units engaged in production
+ (plus any taxes, and minus any subsidies, on products not included in the value of their outputs.")
+
More simply, it can be defined as a monetary measure of the market value of final goods produced over a period of time,
+ typically quarterly or yearly,
+ that is often used to determine the economic performance of a region or country.
+