connecttogrow

Expense Tracker

A simple one-stop solution to manage your monthly/yearly/daily expenses just with a click of a button.You can also store some details of your transactions for future management purposes.

Screenshots

image image

Testing

To run and test this project codebase and workflow in your local system, here are the steps to follow:

For both frontend and backend

  npm start

For only backend

    node server.js

For only frontend

    cd client
    npm start

System Dependencies

To run the project in your local environment you must have following installed in your systems:

  • node.js
  • mongodb
  • postman

Demo

View Project Live at this Link!

🛠 Tech-Stack Used

Node.js, React.js(use of props and hooks-useState,useEffect,useReducer), MongoDB(MongoDB Atlas), Express, heroku(for deployment), CSS