Use bootstrap to create the front end for a tip calculator.
Below are screenshots of the UI elements. Your goals is to use bootstrap to create a bootstrap version of this.
SUPA Web
Important Links

Quarter 4 project – years past
Bootstrap Based Tip Calculator UX https://mrmonline.org/bootstrap-tip-calculator/
SUPA Web
Husky : 3zpbwny
Pride : rbyazni
CSS Resources
Flex Box Froggy – Game for Learning Flex Box
Grid Garden – A game for learning CSS grid layout
Intro to CS 2020-21
Leave a comment here , AP A
Curriculum Outline
Python with Robots
After making our 2 player Button Presser Game, let’s make some improvements.
Objective: modify the code so that the game repeats until there are no ties!
Hint : use a while True loop and break when someone wins
|
1 2 3 4 5 6 7 |
num = 10 while num < 100: num = num + 10 if a button pressed : num = num -1 if b button pressed : num = num + 2 |
Write a program in which the use is asked to guess the weight of an animal. Allow the user 5 guesses to figure the weight of the animal.
Finished Project :

Foxconn Articles/links