You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an expense tracker app based on MERN ( MongoDB, Express, React, NodeJS ) stack. Its client side is made in React using React hooks and context API + useReducer() hook for the state management. And in the backend, I have used Express.js for the server side handling and MongoDB for storing the transactions in the database.