Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 723 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 723 Bytes

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