This is a app to calculate tips built with React.js.
https://tip-calculator-app.vercel.app/
- React
- Tailwind CSS
- Clone the repo.
$ git clone https://github.com/hallefsantos/tip-calculator-app.git
$ cd tip-calculator-app
- Install the dependencies
$ yarn
- Runs the app in the development mode.
$ yarn start
- Runs the app in the development mode.
$ yarn dev
- Builds the app for production to the
build
folder.
$ yarn build