Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

Expense Tracker

Expense Tracker is a simple web application built using React. It allows users to track their expenses and manage their financial records conveniently.

Features

  • Add new expenses with details such as description, amount, and date.
  • View a list of all expenses with their respective details.
  • Filter and sort expenses by date, amount, or category.
  • Visualize expense data using charts and graphs.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • HTML: Markup language for creating the structure of the web pages.
  • CSS: Stylesheet language for designing the appearance of the application.
  • JavaScript: Programming language used for implementing logic and interactivity.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/AndriaSalah/Expense-tracker.git
  2. Navigate to the project directory: cd Expense-tracker
  3. Install the dependencies: npm install
  4. Start the development server: npm start
  5. Open the application in your browser: http://localhost:3000