This is a simple digital banking website that I built while taking a Udemy Course. During this project I learned about DOM Traversing , Event Propagation and Delegation , The Intersection Observer API and Lifecycle of DOM Events
- Smooth scrolling
- Sticky navigation bar
- Slider testimonial section with transition effects
- Tabbed component for banking operations
The following technologies were used to build this project:
To view this project, simply access this link. Alternatively, you can download or clone the repository from GitHub.
Once downloaded/cloned or in browser open the index.html
file to view the website.
You do not need any additional software or dependencies installed to run this code. You will need an internet connection and a web browser installed.
- Clone/download repository from GitHub.
- Open
index.html
using your preferred web browser. - That's it! enjoy browsing through the digital banking site!
Contributions are welcome and encouraged! To contribute please follow these steps:
- Fork this repository by clicking on "Fork" button at right top corner of page.
- Create new branch:
git checkout -b my-new-feature
- Make changes to files according to desired feature(s).
- Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
6 Submit a pull request by opening PR in original respository (not yours)
I review all pull requests thoroughly and appreciate every contribution made.
If you find any bugs/issues/errors please create an issue ticket/appropriate category within issues in Github.
this project was developed in The Complete JavaScript Course 2023: From Zero to Expert! couse. https://www.udemy.com/course/the-complete-javascript-course/
Created by ** Jonas Schmedtmann **
Developed by ** Harun Bekri **
This project is licensed under MIT license - see LICENSE.md for more details.