All Projects → adixmr → salaryconverter

adixmr / salaryconverter

Licence: MIT license
Equivalent salary converter using PPP

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to salaryconverter

Php Forex Quotes
PHP Library for fetching realtime forex quotes.
Stars: ✭ 61 (+45.24%)
Mutual labels:  currency, currency-converter
stockholm
💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
Stars: ✭ 26 (-38.1%)
Mutual labels:  finance, currency
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (+57.14%)
Mutual labels:  currency, currency-converter
Money
A money and currency library for PHP
Stars: ✭ 855 (+1935.71%)
Mutual labels:  currency, currency-converter
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+10219.05%)
Mutual labels:  finance, currency
Laravel Cconverter
A simple currency converter plugin for Laravel 5. Currency providers: The European Central Bank, OpenExchange, CurrencyLayer and fixer.io
Stars: ✭ 39 (-7.14%)
Mutual labels:  currency, currency-converter
currency
A currency computations package.
Stars: ✭ 52 (+23.81%)
Mutual labels:  finance, currency
Laravel Swap
💵 Currency exchange rates for Laravel and Lumen
Stars: ✭ 296 (+604.76%)
Mutual labels:  currency, currency-converter
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-64.29%)
Mutual labels:  finance, currency
tellerbot
Telegram Bot for over-the-counter trading
Stars: ✭ 17 (-59.52%)
Mutual labels:  finance, currency
Gocurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 26 (-38.1%)
Mutual labels:  currency, currency-converter
Currency Converter Swift3.0 Viper
Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)
Stars: ✭ 198 (+371.43%)
Mutual labels:  finance, currency-converter
Forex Python
Foreign exchange rates, Bitcoin price index and currency conversion using ratesapi.io
Stars: ✭ 378 (+800%)
Mutual labels:  currency, currency-converter
Coinonline
A Cryptocurrency/Blockchain wallet app based on React Native
Stars: ✭ 59 (+40.48%)
Mutual labels:  currency, currency-converter
Money
PHP implementation of Fowler's Money pattern.
Stars: ✭ 3,868 (+9109.52%)
Mutual labels:  currency, currency-converter
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+2745.24%)
Mutual labels:  currency, currency-converter
react-local-currency
💵 💴Shows the price of your services in the customer's currency 💶 💷
Stars: ✭ 21 (-50%)
Mutual labels:  currency, currency-converter
Laravel Money
Currency formatting and conversion package for Laravel
Stars: ✭ 261 (+521.43%)
Mutual labels:  currency, currency-converter
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+12173.81%)
Mutual labels:  finance, currency
Financepy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
Stars: ✭ 416 (+890.48%)
Mutual labels:  finance, currency

Equivalent Salary Converter Using PPP

A salary of INR 45k is roughly equal to $600 but if you move from India to USA, $600 cannot give you the same standard of living. You cannot purchase the same goods and services for $600 that you used to get for INR 45k in India.

PPP or purchasing power parity comees into the play to get a fair conversion rate. This project converts the amount using PPP concept and gives you a quick Conversion Factor between two selected countries. As of today, the conversion factor between India and USA is 3.4 which means for the same job, the salary in the US should be around 3.4x

Demo

https://adityarajput.com/salary-converter

Screenshots

App Screenshot

Environment Variables (Optional)

To increase rate-limits, get an API KEY from freecurrencyapi.net and add to your .env file as

CURRENCY_KEY

Run Locally

Clone the project

  git clone https://github.com/adixmr/salaryconverter.git

Go to the project directory & Install dependencies

  cd salaryconverter

  npm i

Create a .env file and add freecurrencyapi.net API Key (Optional)

  nano .env
  
  CURRENCY_KEY=<KEY_HERE>

Start the Development server

  npm run dev

Start the Frontend server

  cd client && npm start

Acknowledgements

Tech Stack

Client: React, Bootstrap

Server: Node, Express

License

MIT

🔗 Links

linkedin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].