Welcome to
"Bankist website"

Bankist is a sleek, minimalist banking UI concept designed to showcase a clean and intuitive user interface. With a focus on simplicity and modern aesthetics, it presents a visually appealing banking experience.

  • js
  • smooth-scrolling
  • tailwindvss
  • ui
  • vite
Created at:
Last update:

Bankist v2

Bankist is a sleek, minimalist banking UI concept designed to showcase a clean and intuitive user interface. With a focus on simplicity and modern aesthetics, it presents a visually appealing banking experience.

Features

  • Modern and minimalist UI design
  • Responsive layout for a seamless experience on all devices
  • Built with TailwindCSS for efficient styling
  • Uses Vite for fast development and optimized builds

Tech Stack

  • Frontend: HTML, CSS, JavaScript (ES Modules)
  • Styling: TailwindCSS
  • Build Tool: Vite

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/bankist_v2.git
    cd bankist_v2
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Build for production:

    npm run build
  5. Preview the production build:

    npm run preview