This is a simple Expense Tracker web application built using React. It allows users to track their expenses by adding, editing, and deleting transactions.
- Add new transactions with a description, amount, and date.
- View a list of all transactions.
- Delete transactions.
- See the total balance, income, and expenses.
- Clone the repository:
git clone https://github.com/Hamza12Honey/Expense-Tracker-App-main.git
- Navigate into the project directory:
cd Expense-Tracker-App
- Install dependencies:
npm install
- Start the development server:
npm run dev
-
Open your web browser and navigate to http://localhost:3000.
-
Start tracking your expenses!
- React
- React Hooks
- React Router DOM
- UUID (for generating unique transaction IDs)
- Bootstrap (for styling)
Contributions are welcome! If you find any bugs or want to add new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.