Expense Tracker is a simple web application built with ReactJS to help you track and manage your expenses effortlessly.
-
Expense Logging:
- Add and categorize your expenses easily.
-
Expense List:
- View a list of all your recorded expenses.
-
Data Persistence:
- Your expense data is stored locally, allowing you to track your spending over time.
-
Clone the repository:
git clone https://github.com/AmaanRaza28/ExpenseTracker cd expense-tracker -
Install dependencies:
npm install
-
Run the application:
npm start
Visit the app at http://localhost:3000 and start tracking your expenses!