Skip to content

ppriyanshu1404/Expense_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Intuitive web application for tracking personal expenses and managing finances.

This project was inspired by a need for better financial tracking. While building it, I focused on creating a user-friendly interface that allows for easy addition and deletion of transactions. I used React for the front-end, with the Context API to manage global state. Instead of using traditional methods for state management, I opted for Context API because it simplifies state handling across the app, making the code more maintainable and scalable.