Skip to content

geeth34/bankist-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bankist

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

Installation

To run Bankist locally follow these steps :

  1. Clone the repository
git clone https://github.com/geeth34/bankist-website.git
  1. Navigate to the project directory and install all the dependencies.
npm install

Usage

To run the project, use the following command :

npm start

Open http://localhost:3000 to view it in the browser.

Functionalities

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.

Built with

  • HTML
  • CSS
  • Javascript
  • Intersection Observer API

Acknowledgements