An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


EasyBank

![cover](.github/image.png?style=flat)

### 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.