Aboki is a basic web application designed to help users manage their personal finances. It provides a simple and intuitive interface for tracking income, expenses, and overall cash flow.
- Income Tracking: Easily record sources of income with descriptions and amounts.
- Expense Tracking: Categorize and log your expenditures to understand where your money is going.
- Balance Overview: Get a clear view of your current balance, calculated from your income and expenses.
- Simple and Intuitive Interface: The application is designed for ease of use, making financial tracking straightforward.
To run Aboki locally, follow these steps:
- Clone the Repository:
git clone [https://github.com/jadonamite/Aboki.v.0.1.git](https://github.com/jadonamite/Aboki.v.0.1.git) cd Aboki.v.0.1
Once the application is open in your browser:
- Add Income: Use the provided form to enter details about your income sources (description and amount) and click "Add Income".
- Add Expenses: Similarly, use the expense form to record your expenditures (description and amount) and click "Add Expense".
- View Balance: The application will automatically update and display your current balance based on the income and expenses you've entered.
Contributions to Aboki are welcome! If you have ideas for improvements or find any issues, please feel free to:
- Fork the repository.
- Create a new branch for your changes.
- Make your modifications.
- Submit a pull request.
This project is open-source and available under the MIT License (if a LICENSE file is present in the repository).
- This project utilizes basic web technologies (React Vite ,Tailwind ,Typescript
- ) for its functionality.
Note: This is a basic version of a cash management system. Future enhancements could include data persistence (saving data between sessions), more detailed reporting, user accounts, and more advanced features.