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

MehraDevesh2022/expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

Keep track of your income and expenses with the Expense Tracker app. This React project allows you to add and remove items and saves your transactions to local storage.

Demo

Landing Page

Add Transaction

Delete Transaction

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.

Installation

Clone this repository:

git clone  https://github.com/MehraDevesh2022/expense-tracker.git

Install dependencies:

cd expense-tracker
npm install

Run the app:

npm start

Contributing

Pull requests are welcome add some new features or fix any bugs you find.