Back to Hub
reactIntermediate

Personal Expense Tracker

Manage finances with this React app using LocalStorage.

React
Chart.js
Context API
CSS Modules

About the Project

A great intermediate project that teaches CRUD operations. Users can add incomes and expenses, view a categorized pie chart of their spending, and data persists across sessions using the browser's LocalStorage.

Key Features

  • Full CRUD functionality for transactions
  • Interactive charts for expense visualization
  • State management with React Context API
  • No database required (LocalStorage)
Run in 2 mins
$gitclone https://github.com/oruzen/expense-tracker.git
$cdexpense-tracker
$npminstall
$npmstart

Downloads

9.3k