Companion repository for the tutorial demostrating how to build a tip calculator using HTML, CSS and JavaScript
A tip calculator is a tool used to calculate the tip for a meal, bar tab, or service gratuity in a restaurant.
To follow along with this tutorial, basic understanding of HTML, CSS and JavaScript is required.
It is recommended you have Live Server extension installed in your VS Code Editor.
The final demo app lives in the main
branch: https://frankiefab100.github.io/Tip-Calculator/
- Clone the repository
git clone https://github.com/frankiefab100/tip-calculator.git
- Open the files in your machine
Drag and drop the tip-calculator folder in Visual Studio Code. Alternatively, Open the VS code editor and locate the folder.
- Start the web application
Click on Go Live button located at the bottom of the VS Code workbench (status bar).
This project is protected under the MIT License.
Check out the blog post: How to Build a Tip Calculator With HTML, CSS and JavaScript
Built with β€οΈ