Skip to content

mwanjeronie/Personal-Finance-Tracker

Repository files navigation

Personal Finance Tracker

How to Use This Application

  1. Clone the Repository
git clone https://github.com/mwanjeronie/Personal-Finance-Tracker.git
cd Personal-Finance-Tracker
  1. Install Dependencies
npm install
  1. Run the Application
npm start
  1. Access the Application Open your web browser and navigate to http://localhost:3000 (or the port specified in your environment).

  2. Track Your Finances

  • Add income and expenses by navigating to the respective sections.
  • View your financial summary in the transaction history.

Features

  • Expense Tracking: Add, edit, and delete expenses.
  • Income Tracking: Add, edit, and delete income entries.
  • Dashboard: View a summary of your financial status.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.