First, you can access this site here https://bankist-project-dom.netlify.app/
A banking site I created with a line by line trainer while learning DOM manipulation.
Codes that I learned while creating the site and that you can find in its content;
- When clicking anywhere in the navigation, it goes to the relevant part of the page with a "smooth scroll" effect.
- Window effect when clicking "Open account" at the top right and "Open your free account today!" at the bottom.
- I created using Intersection Observer API is that the page loading when page is scrolled down.(Essential for fast-loading performance sites)
- Tab effect you can see in the "Operations" section of the site.
- And at the bottom of the page is the comment slider, which looks like an image slider.