Skip to content

jetunp/react-expense-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker Application

This is a web-based Expense Tracker application built using React and Redux for the front-end. The application allows users to track their expenses, categorize them, and view their spending patterns. The data is not currently persisted, but future updates will include saving data on MongoDB or local storage, along with the development of the back-end using Express.js.

Features

  • Add, edit, and delete expenses with ease.
  • Categorize expenses for better organization.
  • View detailed reports and spending trends.(work in progress)

Technologies Used

  • Front-end: React, Redux
  • Back-end (work in progress): Express.js
  • Database (work in progress): MongoDB or local storage

How to Run the Application

  1. Clone the repository to your local machine.
  2. Install dependencies using npm install.
  3. Run the development server with npm start
  4. Access the application on http://localhost:3000.

Future Updates

  • Implement data persistence using MongoDB or local storage.
  • Complete the back-end development using Express.js.
  • Improve user interface and add additional features.

Feel free to contribute to the project by submitting pull requests or reporting any issues you may encounter. Happy budgeting!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published