Skip to content

Effortlessly manage income and expenses with the Expense Tracker React app. Add, remove, and track transactions while keeping data in sync with local storage.

Notifications You must be signed in to change notification settings

anishajangid7474/Expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense-Tracker

This System divides the Income based on daily expenses.

How to use?

If you want to use this then you need to add current balance in your account and then you can start adding new transaction. Transaction can be in negative or positive number where negative represent expense and positive income. Thanks 🙏

Example Data

  • Recived salary = 50000
  • bought phone = -10000
  • bought watch = -1000
  • eat a burger = -500

Total income = 50000, Total expense = 11500 and Current Balance = 38500

Tech stack used

Features

  • User-friendly UI to manage income and expenses.
  • Display of transaction items in the DOM.
  • Real-time balance, expense, and income totals.
  • Add new transactions and reflect changes in totals.
  • Delete items from the DOM.
  • Data persistence using local storage.

Set-up locally and Run

  • Fork the repo

  • Clone on local machine

 git clone https://github.com/<your_github_username>/Expense-Tracker.git
  • Change directory
cd Expense-Tracker
  • Install dependencies
npm install
  • Run
npm start

## Demo Screenshot 2023-09-22 124131 Screenshot 2023-09-22 124247

🧑‍💻 Contributing

  • Pull requests are welcome add some new features or fix any bugs you find.
  • Contribution is the best way to support and get involved in community !

About

Effortlessly manage income and expenses with the Expense Tracker React app. Add, remove, and track transactions while keeping data in sync with local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published