A simple and elegant React app to track your income and expenses in real-time.
Add and remove transactions, view your balance updates instantly, and persist data using Local Storage.
I created it from scratch as part of my learning journey to strengthen my React fundamentals and state management concepts.
- ๐ธ Track income and expense transactions
- ๐ Real-time balance, income, and expense calculations
- ๐พ Data persistence with Local Storage
- ๐งน Delete individual transactions
- โก Built with React Hooks & Context API
- ๐จ Minimal, responsive UI
- Using React Context API for global state
- Managing component state and updates
- Persisting data with Local Storage
- Structuring React projects and using reusable components
- Handling user input and dynamic lists in React
- https://raw.githubusercontent.com/glakshya20/Expense-Tracker-Project/main/src/context/Tracker_Project_Expense_1.2.zip
- CSS3
- JavaScript (ES6+)
- Local Storage API
- Clone the repository:
git clone https://raw.githubusercontent.com/glakshya20/Expense-Tracker-Project/main/src/context/Tracker_Project_Expense_1.2.zip<glakshya20>https://raw.githubusercontent.com/glakshya20/Expense-Tracker-Project/main/src/context/Tracker_Project_Expense_1.2.zip cd expense-tracker-react npm install npm start