This is a solution to the Tip calculator app challenge on Frontend Mentor.
This project focuses on creating a user-friendly interface to calculate tips based on the bill amount, tip percentage, and number of people. Frontend Mentor challenges help me improve my coding skills by building realistic projects and tackling real-world scenarios.
- React
- JavaScript
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/OlgaBorodchak/tip-calculator-app-react.git- Navigate to the project directory:
cd tip-calculator-app-react- Install NPM packages
npm install- Run the app
npm start
