Skip to content

Develop #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions tip-calculator-app-main/README-template.md

This file was deleted.

120 changes: 61 additions & 59 deletions tip-calculator-app-main/README.md
Original file line number Diff line number Diff line change
@@ -1,93 +1,95 @@
# Frontend Mentor - Tip calculator app
# Frontend Mentor - 🌈 Tip Calculator App Solution

![Design preview for the Tip calculator app coding challenge](./design/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.

## Welcome! 👋
## Table of Contents 📜

Thanks for checking out this front-end coding challenge.
- [Frontend Mentor - 🌈 Tip Calculator App Solution](#frontend-mentor----tip-calculator-app-solution)
- [Table of Contents 📜](#table-of-contents-)
- [Overview 🌐](#overview-)
- [The challenge 💡](#the-challenge-)
- [Features 🚀](#features-)
- [Usage 📊](#usage-)
- [How to Run Locally 🏃‍♂️](#how-to-run-locally-️)
- [Screenshot 🖼️](#screenshot-️)
- [Links 🔗](#links-)
- [My process 🚧](#my-process-)
- [Built with 🛠️](#built-with-️)
- [What I learned 🧠](#what-i-learned-)
- [Continued development 🌱](#continued-development-)
- [Author 👩‍💻](#author-)

[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
## Overview 🌐

**To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.**
### The challenge 💡

## The challenge

Your challenge is to build out this tip calculator app and get it looking as close to the design as possible.

You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

Your users should be able to:
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

Want some support on the challenge? [Join our community](https://www.frontendmentor.io/community) and ask questions in the **#help** channel.

## Where to find everything

Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.

The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.

If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).

You will find all the required assets in the `/images` folder. The assets are already optimized.

There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.
## Features 🚀

## Building your project
- Input fields for the bill amount, tip percentage, and number of people.
- Pre-defined tip percentages (5%, 10%, 15%, 25%, 50%).
- Custom tip input for users to enter a specific tip percentage.
- Real-time calculation of tip amount and total amount per person.
- Responsive design for a seamless user experience on various devices.

Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
## Usage 📊

1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.
1. Enter the bill amount in the "Bill" section.
2. Select a predefined tip percentage or enter a custom tip percentage.
3. Enter the number of people sharing the bill.
4. The app will automatically calculate the tip amount and total amount per person.

## Deploying your project
## How to Run Locally 🏃‍♂️

As mentioned above, there are many ways to host your project for free. Our recommended hosts are:
To run the Tip Calculator app locally, follow these steps:

- [GitHub Pages](https://pages.github.com/)
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)
1. **Clone the repository:**

You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).
```bash
git clone https://github.com/jen67/Frontendmentor-challenges.git
```

## Create a custom `README.md`
2. **Navigate to the project directory:**

We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.
```bash
cd Frontendmentor-challenges/tip-calculator-app-main
```

The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.
3. **Open the `index.html` file in your preferred web browser.**

Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.
### Screenshot 🖼️

## Submitting your solution
![Desktop Design](./design/My%20desktop%20design.png)

Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.
### Links 🔗

Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.
- Solution URL: [solution URL](https://github.com/jen67/Frontendmentor-challenges/tree/main/tip-calculator-app-main)
- Live Site URL: [live site URL](https://tip-calculator-theta-drab.vercel.app/)

## Sharing your solution
## My process 🚧

There are multiple places you can share your solution:
### Built with 🛠️

1. Share your solution page in the **#finished-projects** channel of the [community](https://www.frontendmentor.io/community).
2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.
3. Share your solution on other social channels like LinkedIn.
4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).
- Semantic HTML5 markup
- SCSS
- Flexbox
- Mobile-first workflow

We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.
### What I learned 🧠

The more specific you are with your questions the more likely it is that another member of the community will give you feedback.
I recently learnt Sass and this project gave me the opportunity to test my new acquired skill and it was amazing.

## Got feedback for us?
### Continued development 🌱

We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.
As an upcoming frontend web developer I look forward to continously learning to improve my skills and taking on challenges while also looking out for internship positions

This challenge is completely free. Please share it with anyone who will find it useful for practice.
## Author 👩‍💻

**Have fun building!** 🚀
- Linkedin - [Gift Amachree](https://www.linkedin.com/in/gift-amachree-8a523623b/)
- Frontend Mentor - [@jen67](https://www.frontendmentor.io/profile/jen67)
- Twitter - [@JenniferAm96723](https://www.twitter.com/JenniferAm96723)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion tip-calculator-app-main/dist/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tip-calculator-app-main/dist/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
8 changes: 4 additions & 4 deletions tip-calculator-app-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "![Design preview for the Tip calculator app coding challenge](./design/desktop-preview.jpg)",
"main": "main.js",
"scripts": {
"compile:sass": "sass src/scss:dist/css",
"watch:sass": "sass --watch src/scss:dist/css",
"sass:compile": "node-sass src/scss/main.scss dist/css/main.css",
"start:sass": "npm run watch:sass"
"compile:sass": "sass src/scss:dist/css",
"watch:sass": "sass --watch src/scss:dist/css",
"sass:compile": "node-sass src/scss/main.scss dist/css/main.css",
"start:sass": "npm run watch:sass"
},
"keywords": [],
"author": "",
Expand Down
3 changes: 2 additions & 1 deletion tip-calculator-app-main/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ section {

.Tip{
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: space-between;
Expand Down Expand Up @@ -298,7 +299,7 @@ footer{
padding: 2.5rem 2rem 0 2rem;

button{
margin: 8.7rem 0 0 0;
margin: 10rem 0 0 0;
padding: 1rem 0;
}

Expand Down
34 changes: 0 additions & 34 deletions tip-calculator-app-main/style-guide.md

This file was deleted.