This is a simple Expense Tracker web application built using React.js and Tailwind CSS.
The app helps users manage their daily expenses by entering their income, adding expenses, and viewing a summary of their spending.
- Enter income to calculate remaining balance
- Add expenses using an expense form
- Display all expenses in an expense list
- Delete any expense from the list
- Expense summary shows:
- Total income
- Total expense
- Remaining balance
- Data is stored in localStorage so it is not lost on page refresh
- Responsive and clean UI using Tailwind CSS
- React.js
- Tailwind CSS
- JavaScript (ES6)
- HTML5
- CSS3
- LocalStorage for data persistence
-
Clone the repository git clone
-
Install dependencies
npm install -
Start the development server
npm run dev -
Open the browser and go to
http://localhost:5173
Built by Piyusha as a learning project using React.js and Tailwind CSS.
