You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a tiny application with quite some verbose code because I wanted to practice what I learned and use different alternatives related to JavaScript and DOM traversal. Indeed, I used most of the crucial fundamentals needed to work with elements and manipulate a page whilst it's running in the browser.
Learning how to make a video background with a play and pause feature. This is a common feature found in a lot of websites. Based on John Smilga's js course
Learning how to create a modal window which is used on websites to get users to do or see something specific. Example being you can create a modal window that warns them to save their changes or else that information will be lost. Based on John Smilga's js course
Learning how to create a counter and write conditions that change the color based on positive or negative numbers displayed. Based on John Smilga's js course
Learning how to create a random background color changer. This is a good project to get you started working with the DOM. Based on John Smilga's js course
Learning how to create a frequently asked questions page which educates users about a business and drives traffic to the website through organic search results. Based on John Smilga's js course