This is a simple Expenses Tracker application that is created using React.js, Node.js, Express.js, MongoDB, and Redux Toolkit query.
This application has 3 categories; expense, income, and investment. It will display graphical visualization of your money category-wise.
The project folder has two subfolders: client for the frontend and server for the backend.
Steps to run the project on a local server:
-
Download the zip file.
-
Unzip the folder in your system and extract all files.
-
Open the folder with the help of any IDE.
-
Open terminal to install dependencies (use different terminals for frontend and backend)
For frontend, cd client then npm install
For backend, cd server then npm install
-
Start the backend and frontend server by writing the below code on respective terminals npm start
After successfully running the application, you will see output similar to the image shown below:
