Skip to content

mcfQ/zephyr

Repository files navigation

Zephyr FinTech Banking Application

Zephyr is a FinTech banking platform built using Next.js. It includes features like secure user authentication, transaction history, and financial insights.

Installation

git clone https://github.com/mcfQ/zephyr.git
cd zephyr
npm install
npm run dev

The app will be available at http://localhost:3000.

Sample Login Credentials

Email: [email protected]  
Password: 12345678

Project Structure

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

Key Technologies

  • Next.js
  • Tailwind CSS
  • TypeScript
  • Sentry (error tracking)
  • ShadCN
  • AppWrite
  • Plaid
  • Dwolla

License

This project is licensed under the MIT License.