English | 中文
The Amazing Bank is a modern banking platform designed to provide seamless online banking experiences to both personal and business customers. Our mission is to make banking simple, secure, and accessible to everyone.
This project is a React-based frontend application built with:
- React 18
- TypeScript
- Tailwind CSS
- Vite build tool
- React Router for navigation
The application consists of several key components:
- Header: Contains the bank logo and main navigation
- Footer: Contains copyright and legal information
- Home: Main landing page
- InterestCalculator: Tool for calculating interest rates
- Responsive design for all devices
- Smooth animations and transitions
- Online banking portal access
- Personal and business banking sections
- Interest rate calculator
We welcome contributions to this project! Please follow these guidelines:
- Fork the repository
- Create a new branch for your feature
- Submit a pull request with detailed description of changes
- Clone the repository
- Install dependencies:
npm install
- Run development server:
npm run dev
- Build for production:
npm run build
MIT License - See LICENSE file for details