- Clone the Repository
git clone https://github.com/mwanjeronie/Personal-Finance-Tracker.git
cd Personal-Finance-Tracker
- Install Dependencies
npm install
- Run the Application
npm start
-
Access the Application Open your web browser and navigate to
http://localhost:3000
(or the port specified in your environment). -
Track Your Finances
- Add income and expenses by navigating to the respective sections.
- View your financial summary in the transaction history.
- Expense Tracking: Add, edit, and delete expenses.
- Income Tracking: Add, edit, and delete income entries.
- Dashboard: View a summary of your financial status.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.