Bankist is a modern banking application designed for managing personal finances.
This is a user-friendly landing page for the same.
The website is designed with a clean, intuitive interface to simplify customer experience.
You can visit the website here : Bankist
bankist-demo.video.mp4
To run Bankist locally follow these steps :
- Clone the repository
git clone https://github.com/geeth34/bankist-website.git
- Navigate to the project directory and install all the dependencies.
npm install
To run the project, use the following command :
npm start
Open http://localhost:3000 to view it in the browser.
Following significantly improve web performance :
- Smooth-scrolling : enhances the user experience by creating a visually appealing transition when navigating between the different sections.
- Lazy-loading : the sections and images load only on scroll, reducing initial load time.
- Sticky navigation-bar : keeps the links to different sections accessible without requiring the user to scroll back to the top of the page.
- Sign up window : allows users to register a new account to access the application.
- HTML
- CSS
- Javascript
- Intersection Observer API