Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secretariatv/fm-tip-calculator
This project is solution of frontend mentor challenge.
https://github.com/secretariatv/fm-tip-calculator
react scss styled-components typesc unit-testing vite vitest
Last synced: about 9 hours ago
JSON representation
This project is solution of frontend mentor challenge.
- Host: GitHub
- URL: https://github.com/secretariatv/fm-tip-calculator
- Owner: SecretariatV
- Created: 2024-07-25T19:37:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:14:42.000Z (about 1 month ago)
- Last Synced: 2024-12-16T19:30:00.790Z (about 1 month ago)
- Topics: react, scss, styled-components, typesc, unit-testing, vite, vitest
- Language: TypeScript
- Homepage: https://secretariatv.github.io/FM-TIP-Calculator/
- Size: 981 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Tip Calculator app
![Design preview for the Tip calculator app coding challenge](./public/desktop-preview.jpg)
This is a solution to the [Tip calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/tip-calculator-app-ugJNGbJUX). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Frontend Mentor - Tip Calculator app](#frontend-mentor---tip-calculator-app)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)## Overview
### The challenge
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
- Implement unit tests for all components
- Implement asseccibility for all tags
- Implement SEO for project### Screenshot
![](./public/screenshot.jpg)
### Links
- Solution URL: [solution URL](https://github.com/SecretariatV/FM-TIP-Calculator)
- Live Site URL: [live site URL](https://secretariatv.github.io/FM-TIP-Calculator)## My process
### Built with
- [React](https://reactjs.org/) - JS library
- [Next.js](https://nextjs.org/) - React framework
- [Styled Components](https://styled-components.com/) - For styles
- [SCSS]
- [Vitest]
- [Jest]