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.
- 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
- Frontend: HTML, CSS, JavaScript (ES Modules)
- Styling: TailwindCSS
- Build Tool: Vite
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/bankist_v2.git cd bankist_v2
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
-
Preview the production build:
npm run preview