Tip calculator app

This is a app to calculate tips built with React.js.

Live demo

https://tip-calculator-app.vercel.app/

Technologies

  • React
  • Tailwind CSS

Set up instructions

  1. Clone the repo.
$ git clone https://github.com/hallefsantos/tip-calculator-app.git
$ cd tip-calculator-app
  1. Install the dependencies
$ yarn
  1. Runs the app in the development mode.
$ yarn start
  1. Runs the app in the development mode.
$ yarn dev
  1. Builds the app for production to the build folder.
$ yarn build