Expense Tracker is a simple web application built using React. It allows users to track their expenses and manage their financial records conveniently.
- 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.
- 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.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/AndriaSalah/Expense-tracker.git
- Navigate to the project directory:
cd Expense-tracker
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser:
http://localhost:3000