Skip to content

Annastrin/frontendmentor-tip-calculator

Repository files navigation

Frontendmentor Tip Calculator

This is a solution to the Tip calculator app challenge on Frontend Mentor.

How it works

The app calculates the correct tip and total cost of the bill per person

Technologies

  • Vue
  • SCSS

Project history

npm install -g @vue/cli

vue create frontendmentor-tip-calculator

npm install -D sass-loader@^10 sass

vue add unit-jest