Aisha wants to build a very simple tip calculator for whenever she goes eating in a restaurant. In her country, it's usual to tip 15% if the bill value is between 50 and 300. If the value is different, the tip is 20%.
Your Task 😃: Using your React knowledge so far we want to build the tip calculator app using React. You will be task to create the components you need as well as design it the way you want.
Calculate the tip, depending on the bill value.
Display a the following sentence for the result Example: 'The bill was 275, the tip was 41.25, and the total value 316.25' Good Luck 😀