Skip to content

Pavanjangle/Financial-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Tracker Overview Financial Tracker is a web application designed to help users manage their personal finances. It allows users to log in, add income and expense transactions, categorize them, and track their overall financial health.

Features User Authentication: Secure login functionality. Dashboard: Overview of financial status with total income and expenses. Transaction Management: Add, edit, and delete transactions. Categorization: Transactions can be categorized for better organization. Real-time Updates: Financial summary updates automatically with each transaction. Responsive Design: Accessible on desktop and mobile devices. Tech Stack Frontend:

React Redux React Router Bootstrap

State Management:

Redux Redux Thunk Utilities:

Axios (for API requests) Local Storage (for data persistence) Getting Started Prerequisites npm (v6 or higher) Git

Certainly! Here's another format for the README file that might suit your needs better:

Financial Tracker Overview Financial Tracker is a web application designed to help users manage their personal finances. It allows users to log in, add income and expense transactions, categorize them, and track their overall financial health.

Features User Authentication: Secure login functionality. Dashboard: Overview of financial status with total income and expenses. Transaction Management: Add, edit, and delete transactions. Categorization: Transactions can be categorized for better organization. Real-time Updates: Financial summary updates automatically with each transaction. Responsive Design: Accessible on desktop and mobile devices. Tech Stack Frontend:

React Redux React Router Bootstrap Backend:

Node.js (for mock API) Express State Management:

Redux Redux Thunk Utilities:

Axios (for API requests) Local Storage (for data persistence) Getting Started Prerequisites Node.js (v14 or higher) npm (v6 or higher) Git Installation Clone the repository:

sh Copy code git clone https://github.com/Pavanjangle/New.git cd New Install dependencies:

sh Copy code npm install Set up environment variables:

Create a .env file in the root directory and add:

sh Copy code REACT_APP_API_URL=http://localhost:5000/api Start the application:

sh Copy code npm start The application should now be running at http://localhost:3000.

Usage Login:

Use the default credentials: ID: ABC Password: 123456 Dashboard:

View total income, expenses, and balance. Transactions:

Add new transactions, categorize them, and see their impact on your budget. Categories:

Create new categories as needed for better organization

Contact For any questions or feedback, please contact:

Pavan Jangle GitHub: Pavanjangle Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published