Skip to content

programming-club-knit/ExpenseTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpenseTracker

A simple and efficient Expense Tracker application . Manage your income and expenses, track your balance, and visualize your spending with an interactive chart. The app helps you stay on top of your finances with ease.

🚀 How to Get Started

  1. Fork the Repository:

  • Click the Fork button on the top-right corner of this repository.
  1. Clone the Repository:

    git clone https://github.com/your-username/ExpenseTracker.git

  2. Navigate to the Project Directory:

    cd ExpenseTracker
    
  3. Create a new branch

     git branch issue/issuename
    
  4. Switch to new branch

     git checkout branchname
    
  5. Open Live Server:

  6. Your Application will be started

  7. Start Contributing:

  • Check out the CONTRIBUTING.md

  • Pick an issue from the Issues tab and start working on it.