Full-stack banking application (frontend + backend) with account and transaction management.
bank_project is a TypeScript/JavaScript-based full-stack web application implementing core banking operations, including account overview, transactions, user authentication, and related functionality. The repo splits into frontend and backend modules.
Live (demo/staging): https://lokbank.vercel.app :contentReference[oaicite:0]{index=0}
- frontend/ — UI client (likely React/Next.js/Vue — update accordingly)
- backend/ — API server (Node.js/Express/Bun/… — update accordingly)
- Shared configs (linting, build, environment)
| Layer | Technologies |
|---|---|
| Frontend | TypeScript, JavaScript, HTML, CSS |
| Backend | TypeScript/JavaScript (Node.js) |
| Build & Dev | npm, Vercel (hosting/deployment) |
| Tooling | linters, formatters (add specifics) |
- User authentication and session management
- Account listing and detail views
- Transaction retrieval and filtering
- Responsive UI for desktop/mobile
- REST API with secured endpoints
- Environment-based config and deployment
(Modify feature list based on actual project content.)
- Node.js (>= LTS version)
- npm or yarn
- Environment variables for backend (e.g., DB credentials, API keys)
Clone repository:
git clone https://github.com/LotemKi/bank_project.git
