Skip to content

marekzelinka/tip-calculator

Repository files navigation

Tip calculator

This project is a simple tip calculator web app. It's written in JavaScript and React.js. I've deployed this project on Vercel.

Get started

  1. Clone the repository:

    git clone https://github.com/marekzelinka/tip-calculator.git
  2. Install the dependencies:

    pnpm install
  3. Run the application in dev mode:

    pnpm dev
  4. Visit http://localhost:5173/

Goals

I wanted to practice using React with a form state managment library like react-hook-form.

Credits