GitXplorerGitXplorer
f

Tip-Calculator

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
10b0d0ccaae2348da2a1062f6cdcca41fa63ed36

Update README.md

ffrankiefab100 committed 2 years ago
Verified
71c88cc41a5a930ef79b8d16d09cc5d971926daa

Update README.md

ffrankiefab100 committed 2 years ago
Verified
bd59fd6aaf60c05fba9863c6454dbe1e8757290d

Update README.md

ffrankiefab100 committed 2 years ago
Verified
4875af5e7fee49d18ee57911debf5fe2534f6af4

Update README.md

ffrankiefab100 committed 2 years ago
Verified
68d2b7196a01ebf1a357845c6971b1835b588d67

Update README.md

ffrankiefab100 committed 2 years ago
Verified
8e079723e0596eeb72e0a9675ee7b97ddfcd4547

Update README.md

ffrankiefab100 committed 2 years ago

README

The README file for this repository.

Tip-Calculator

Companion repository for the tutorial demostrating how to build a tip calculator using HTML, CSS and JavaScript

tip-calculator forks tip-calculator stars tip-calculator issues tip-calculator licence

Tip-Calculator (2)

What is a "Tip Calculator"?

A tip calculator is a tool used to calculate the tip for a meal, bar tab, or service gratuity in a restaurant.

Prerequisites

To follow along with this tutorial, basic understanding of HTML, CSS and JavaScript is required.

Getting Started

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/

How to run locally 🚀

  1. Clone the repository
git clone https://github.com/frankiefab100/tip-calculator.git
  1. 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.

  1. Start the web application

Click on Go Live button located at the bottom of the VS Code workbench (status bar).

License 📜

This project is protected under the MIT License.

Resources

Check out the blog post: How to Build a Tip Calculator With HTML, CSS and JavaScript


Built with ❤️