https://github.com/alexandredresch/easybank
EasyBank is an application that allows you to connect banks, view transactions, and perform financial transactions easily and conveniently.
https://github.com/alexandredresch/easybank
chartjs dwolla nextjs plaid react-hook-form shadcn-ui tailwindcss zod
Last synced: 8 months ago
JSON representation
EasyBank is an application that allows you to connect banks, view transactions, and perform financial transactions easily and conveniently.
- Host: GitHub
- URL: https://github.com/alexandredresch/easybank
- Owner: AlexandreDresch
- Created: 2024-05-29T02:48:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T03:08:24.000Z (over 1 year ago)
- Last Synced: 2025-01-08T09:26:08.404Z (10 months ago)
- Topics: chartjs, dwolla, nextjs, plaid, react-hook-form, shadcn-ui, tailwindcss, zod
- Language: TypeScript
- Homepage: https://easy-bank-eta-inky.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EasyBank

### EasyBank is an application that allows you to connect banks, view transactions, and perform financial transactions easily and conveniently.
## Features
- **Connect Banks:** Connect your bank accounts to view balances and perform transactions.
- **View Transactions:** View the history of transactions.
- **Make Transactions:** Transfer funds between connected accounts.
### Click [here](https://easy-bank-eta-inky.vercel.app) to access the project.
## Starting the project
Clone the repository:
```cl
git clone https://github.com/AlexandreDresch/EasyBank.git
```
Use **npm install** to install project dependencies:
```cl
cd EasyBank
npm install
```
Populate `.env` file based on `.env.EXAMPLE`.
Then start the project.
```cl
npm run dev
```
Open http://localhost:3000 in your browser to start exploring EasyBank!
## Technologies
- [ ] Next.js
- [ ] Typescript
- [ ] TailwindCSS
- [ ] Plaid
- [ ] Shadcn/ui
- [ ] Appwrite
- [ ] Dwolla
- [ ] Chart.js
- [ ] Zod
- [ ] React Hook Form
## Contributing
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.