A basic Student Decision App built using HTML, CSS, and JavaScript to practice DOM manipulation and event handling.
A basic Student Decision App built using HTML, CSS, and JavaScript to practice DOM manipulation and event handling.
In this project, I worked on building a Student Decision App (UI) using HTML, CSS, and JavaScript. The main goal was to understand how the DOM works and how to handle user interactions using events.
At the beginning, I learned how to select elements using getElementById and querySelector. Then I used addEventListener to handle events like button clicks and user input. I created features where the app takes input from the user and shows results dynamically on the screen.
While working on this project, I faced some confusion in connecting JavaScript with HTML elements and updating the UI, but after practicing, I understood how DOM manipulation works.
Overall, this project helped me improve my understanding of JavaScript basics, DOM, and event handling, and gave me confidence to build interactive web applications.
Log in to leave a comment