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
The Expense Tracker based on the MERN stack has features like login and sign up, authentication using JWT tokens, and analysis of expenses using the Chart.js library of React.
For Starting the Project
cd client - npm install
cd server - npm install
Now got to both the terminal and write command - npm start to start the project
Add Expense
Sign Up option
Login page
About
The Expense Tracker based on the MERN stack has features like login and sign up, authentication using JWT tokens, and analysis of expenses using the Chart.js library of React.