⚡ Mini JS Tools
A tiny browser app with 3 fun tools built using pure JavaScript + DOM:
🙂 Even/Odd Emozy — enter a number → get emoji output based on parity
🧮 Calculator — quick math (+, -, *, %)
🔢 Array Processor — sum, max, and filter eve…
⚡ Mini JS Tools
A tiny browser app with 3 fun tools built using pure JavaScript + DOM:
🙂 Even/Odd Emozy — enter a number → get emoji output based on parity
🧮 Calculator — quick math (+, -, *, %)
🔢 Array Processor — sum, max, and filter evens from comma input
Built with: DOM manipulation, events, loops, functions, arrays
Goal: practice core JS by making small interactive features 🚀
This project was developed with the assistance of AI tools for guidance, code suggestions, and documentation support.