This is a simple web-based project created to practice JavaScript conditional statements. The app allows users to input their age and displays a response based on that input, demonstrating basic conditional logic in action.
- User age input with real-time response
- Conditional output based on age:
- Messages for minors, adults, very old users, and zero-input cases
- Styled with clean and modern CSS
- Dynamic message color changes based on condition
- HTML5
- CSS3
- JavaScript (ES6)
- Clone or download this repository
- Open
index.html
in any modern web browser
git clone https://github.com/thebenjieangeles/JavaScript-Conditionals-Practice.git
cd js-conditionals-practice
open index.html