Skip to content

kalgi18/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Download the zip file.

  2. Unzip the folder in your system and extract all files.

  3. Open the folder with the help of any IDE.

  4. 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

  5. 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:

WhatsApp Image 2022-04-26 at 10 25 05 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors