Skip to content

Latest commit

Β 

History

History
47 lines (35 loc) Β· 1.09 KB

File metadata and controls

47 lines (35 loc) Β· 1.09 KB

πŸ’° Expense Tracker

A clean and simple Expense Tracking App built with React + TypeScript using Tailwind CSS, Bootstrap, and Sass for styling.
Easily add, search, filter, and manage your daily expenses β€” all stored in your browser using localStorage.

πŸ”— Live Demo: Expense Tracker


✨ Features

  • Add expenses with title, amount, date, and optional category
  • Search expenses by title
  • Filter expenses by year
  • View total spending in a summary section
  • Delete expenses easily
  • Responsive UI (mobile & desktop)
  • Persistent data storage in localStorage
  • Navbar with logo & footer section

πŸ›  Tech Stack

  • React 18
  • TypeScript
  • React Router DOM
  • Tailwind CSS
  • Bootstrap 5
  • Sass (SCSS)
  • React Icons
  • Vite

πŸ“¦ Installation & Setup

# Clone the repository
git clone https://github.com/your-username/expense-tracker.git

# Navigate into the project folder
cd expense-tracker

# Install dependencies
npm install

# Start development server
npm run dev