This is a solution to the Tip calculator app challenge on Frontend Mentor.
The app calculates the correct tip and total cost of the bill per person
- Vue
- SCSS
npm install -g @vue/cli
vue create frontendmentor-tip-calculator
npm install -D sass-loader@^10 sass
vue add unit-jest