A simple restaurant tip calculator that calculates the tip based on the specified percentage and displays the adjusted cost. It can also take a snapshot and save it as a pdf file using the screenshot button.
Clone the project
git clone https://github.com/adithyaravi12/tip-calc
Go to the project directory
cd tip-calc
Install necessary dependencies
npm install
Start the server
npm run start