Wallet Tracker is a web application that allows you to track your income and expenses. You can easily manage your finances, view your total balance, and visualize your transactions with interactive charts. This project is built using the MERN (MongoDB, Express.js, React, Node.js) stack and styled using the styled-components library.
- Expense and Income Tracking: Record and categorize your expenses and income.
- Balance Overview: Get an overview of your total balance.
- Transaction History: View your complete transaction history.
- Interactive Charts: Visualize your income and expenses with interactive charts.
- MERN Stack: Built using MongoDB, Express.js, React, and Node.js.
- Styled Components: Styled using the styled-components library.
Follow these steps to run the project locally:
-
Clone the repository to your local machine:
git clone https://github.com/Pankajkaushik2207/Wallet-Tracker-MERN-Stack.git
-
Navigate to the project directory:
cd Wallet-Tracker-MERN-Stack
-
Install server dependencies:
cd backend npm install
-
Install client dependencies:
cd ../frontend npm install
-
Start the server and client (from the project root directory):
npm run dev