Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 731 Bytes

File metadata and controls

32 lines (24 loc) · 731 Bytes

Expense Tracker

Expense Tracker is a simple web application built with ReactJS to help you track and manage your expenses effortlessly.

Features

  • 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.

Usage

  1. Clone the repository:

    git clone https://github.com/AmaanRaza28/ExpenseTracker
    cd expense-tracker
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start

    Visit the app at http://localhost:3000 and start tracking your expenses!