A while ago I was given a site to use to practise my Frontend Development skills (Frontend Practise: https://lnkd.in/dDUicDqS) So I vowed to build 1 page from the various levels given once a week, starting with Level 1. This week for my first page, I built WOW Studio Factor, a business-card style website focused purely on strengthening my JavaScript (ES6) fundamentals — an imitation of Oh.Studio. This demo was about translating UI behaviour into clear, maintainable logic — managing state through class toggling, event listeners, and conditional rendering. What I implemented in JavaScript: • Scroll-based reveal animations using the Intersection Observer API • Event listeners to control interactive UI behaviour • Conditional logic to determine what shows/hides dynamically • Dynamic class toggling to trigger image transforms and transitions • Modular, readable functions to keep behaviour structured Live demo: https://lnkd.in/dJq7Sjwy Inspired by: https://lnkd.in/dgRsgmFZ Desktop view only. #frontenddevelopment #javascript #webdevelopment #buildinpublic #womenintech #reactdeveloper #shecodes
Looks really good!!
Clean and simple, Nice!
GitHub Rep: https://github.com/Mandi-Lekalakala/wow-factor-studio I welcome any feedback on my JS code 🙏🏽