Zephyr is a FinTech banking platform built using Next.js. It includes features like secure user authentication, transaction history, and financial insights.
git clone https://github.com/mcfQ/zephyr.git
cd zephyr
npm install
npm run dev
The app will be available at http://localhost:3000
.
Email: [email protected]
Password: 12345678
zephyr/
├── app/ # Main application code
├── components/ # Reusable components
├── constants/ # Constants used in the app
├── lib/ # Utility libraries
├── public/ # Static assets
├── types/ # TypeScript types
├── .env # Environment variables
├── next.config.mjs # Next.js configuration
└── tailwind.config.ts # Tailwind CSS configuration
- Next.js
- Tailwind CSS
- TypeScript
- Sentry (error tracking)
- ShadCN
- AppWrite
- Plaid
- Dwolla
This project is licensed under the MIT License.