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-calcGo to the project directory
cd tip-calcInstall necessary dependencies
npm installStart the server
npm run start