BenPrt / the-right-price

A React/Redux application that calculates the real price you'll pay once taxes and/or tips are added. The app also converts this result into your favourite currency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Right Price Logo

Check out the app here

Presentation and Features

The Right Price is an application that calculates the real price you'll be charged.

As a traveler myself, I figured out that, in some countries, the price you see isn't always the price you'll pay. Indeed, to the initial price, you'll maybe have to add local taxes, or tips, or both ! And if you don't precisely know the change rates of the local currency, you could have big surprises when you check out your bank account !

In the app, follow those easy steps to quickly find out which total amount you’ll be paying :

  1. Select your favorite currency
  2. Enter the initial amount and select its currency
  3. Select and add any tax or tip percentage

The final amount will be then calculated based on the data you entered, and be converted into your favorite currency.

The application is available on internet browsers so you can use it either from your computer or your mobile phone, as it is surely more convenient when traveling.

All selected or added data are saved locally on your device. This prevents you from setting your custom information every time you will be using the application. However, any cached data clearing will result in these data loss.

Huge thanks to Katheleen LEMAIRE for designing the app, go check all of her shots at Dribbble here !

Commands

Start the project in development mode

npm start

Build the project in production mode

npm run build

Lint the project

npm run lint

Used Technologies and Libraries

About

A React/Redux application that calculates the real price you'll pay once taxes and/or tips are added. The app also converts this result into your favourite currency.


Languages

Language:JavaScript 78.3%Language:CSS 16.6%Language:HTML 5.1%