Skip to content

gabrieldefazio/tip-calculator

Repository files navigation

Tip Calculator

Tip Calculator is a tip calculator application for React Native.

Usage

Write steps to run your project on locally Install

npm install

Start the application in development mode

npm run android
npm run ios

User Stories

The following required functionality is complete:

  • User can enter a bill amount, choose a tip percentage, and see the tip and total values.
  • Settings page to change Scene Transition
  • Navigator integrate (keep it's simple)

The following optional features are implemented:

  • UI animations
  • Settings page to change the default tip percentage.
  • Using locale-specific currency and currency thousands separators.
  • Making sure the keyboard is always visible and the bill amount is always the first responder. This way the user doesn't have to tap anywhere to use this app. Just launch the app and start typing.

The following additional features are implemented:

  • User can change currency symbol and currency symbol position

Demo

tipCalc # tip-calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published