A simple vanilla JavaScript project that validates the user's age and displays a custom message based on their input.
migueweb.github.io/age-validator/
.
├── index.html
├── README.md
└── src
├── css
│ └── main.css
└── js
└── main.js
- Input form for user age
- Animations
- Displays a custom message based on age range
- No external libraries or dependencies
- Simple, responsive design
-
Clone the repository
git clone https://github.com/migueweb/age-validator.git
-
Open the project
Simply open
index.htmlin your browser
(or use a local server like Live Server in VSCode)
- HTML5
- CSS3
- JavaScript (Vanilla, ES6+)
This project is licensed under the GNU General Public License v3.0.