This is a solution to the Tip calculator app challenge on Frontend Mentor. This small app is perfect for anyone starting to get to grips with JavaScript. The calculator functionality will be a nice test!
This Starter includes
- ⚡ [vite] (https://vitejs.dev/) - a fast and lightweight development server
- ⚛️ React 18 - A JavaScript library for building user interfaces
- ✨ TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- 🎉 Sass - Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
# Install dependencies
npm install
# or
yarn install
# Start development server
yarn dev
# or
npm run dev
# Build for production
yarn build
# or
npm run build
Users should be able to:
-
View the optimal layout for the app depending on their device's screen size.
-
See hover states for all interactive elements on the page.
-
Calculate the correct tip and total cost of the bill per person.
- Solution URL: Link to solution URL here
- Live Site URL: Link to live site
- Frontend Mentor - @Georgeb79
- Linkedin - @GeorgeBaez
- Twitter - @Georgeb779



