Banking App
Banking App is a modern web application for financial management, built with Next.js and Tailwind CSS. It allows users to connect multiple bank accounts, view real-time transactions, and transfer funds seamlessly. The app utilizes Plaid for secure bank connections, Sentry for error monitoring, Appwrite for backend services, and more.
Technologies Used
Frontend:
- Next.js
- Tailwind CSS
- Shadcn
- React Hook Form
- Zod
- Chart.js
- TypeScript
Third-party Services:
- Plaid
- Sentry
- Appwrite
- Dwolla
Features
- Bank Account Connection: Connect multiple bank accounts securely.
- Real-time Transactions: View transactions in real-time.
- Fund Transfers: Seamlessly transfer funds to other users on the platform.
- Finance Management Dashboard: Monitor financial activities and track expenses.
- Enhanced Security: Utilizes Plaid for secure bank connections and Sentry for error monitoring.
Installation
- Clone the repository:
```bash
git clone
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev