Personal Finance management app.
Bank Dash is a platform for tracking expenses, making transactions and investments
- React
- Tailwind CSS
- Virtual banking transactions
- Budgeting and financial planning
- Investment and savings
- Loan management
- Card maintainance
- Clone the repository: `git clone (https://github.com/Ahmadogo/bank-dash.git)
- Install dependencies:
npm install - Start the server:
npm start
- Access the app at
http://localhost:3000 - Create a virtual account and explore the platform
- Fork the repository
- Create a new branch:
git branch feature/your-feature - Commit changes:
git commit -m " commit message" - Push changes:
git push origin feature/your-feature - Open a pull request
- Ahmad Abddulkareem