Soda Pop
Coding Challenge
Soda Pop is a Full Stack Web App that uses Javascript logic to calculate if numbers are divisible by 3, by 5, or by both, replacing them with the words 'Soda', 'Pop', or 'Soda Pop'. Then it determines if the remaining numbers are even or odd, showing the even numbers in green.
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript DOM Manipulation
- Boolean Logic