Skip to content

SiriIO/Expense-Tracker-Integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💸 Expense Tracker

A simple and functional expense tracking application built with React, TypeScript, and Material UI. Users can add, edit, delete, and filter expenses, as well as view analytics like total spending, most spent category, and weekly summaries.


Getting Started

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Functionalities Implemented

  • Add Expense
  • Edit Expense
  • Delete Expense
  • Filter by Category
  • Form Validations
  • Most Spent Category
  • Total Expense Calculation
  • Last Week Expense Count
  • Login / Logout Functionality

Tech Stack & Concepts

  • React & TypeScript
  • Functional Components
  • Type Safety with TypeScript

React Hooks

  • useState, useEffect, useContext

Custom Hooks:

  • useExpenseStats
  • useExpenses

UI Framework

  • Material UI (MUI)

Routing

  • Client-side routing with React Router

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • HTML 3.7%
  • CSS 2.0%