This project is a simple tip calculator web app. It's written in JavaScript and React.js. I've deployed this project on Vercel.
-
Clone the repository:
git clone https://github.com/marekzelinka/tip-calculator.git
-
Install the dependencies:
pnpm install
-
Run the application in dev mode:
pnpm dev
-
Visit http://localhost:5173/
I wanted to practice using React with a form state managment library like react-hook-form
.
- Front-end challenge by Frontend Mentor