Giter Site home page Giter Site logo

salaryconverter's Introduction

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

salaryconverter's People

Contributors

adixmr avatar ibuli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.