Home Economy is a web application designed to manage home-based economic activities. It includes features like paying friends, cash verify, and user profile management.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Home-Economy/home-economy.git
- Navigate to the project directory:
cd home-economy - Open
index.htmlin your preferred web browser to view the application.
- Home: Navigate to the home page.
- Transactions: View a list of your Transactions.
- J-Pay: Pay friends.
- Cash: Check and verify cash.
- Profile: View and edit your profile.
- POS System: https://github.com/Home-Economy/home-economy-pos
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
This project is licensed under the MIT License.