Skip to content

• Developed an expense tracking app using MongoDB, Express.js, React, and Node.js, enabling CRUD operations. • Secured user data with JWT authentication and bcrypt. • Designed a responsive UI with React, using hooks for state management. • Added data visualization to display spending trends.

Notifications You must be signed in to change notification settings

vishalku03/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Expense-Tracker-Mern

A fully-featured Expense-Tracker WebApp , built with the MERN stack.

Backend

Front-end

Database

Netlify Status

Installation

  1. Clone this repository
git clone https://github.com/vishalku03/social-media-app.git
  1. Install dependencies
cd Expense-Tracker_Mern  
cd frontend
npm install
cd..
cd client
npm install
  1. Configure environment variables in your new .env file. To acquire your MONGO_URI, create a cluster for free over at https://www.mongodb.com/.
MONGO_URI=<YOUR_MONGO_URI> 
  1. Run the server
npm run server
  1. Start a new terminal and run react's development server
cd social-media-app
cd frontend
npm start

About

• Developed an expense tracking app using MongoDB, Express.js, React, and Node.js, enabling CRUD operations. • Secured user data with JWT authentication and bcrypt. • Designed a responsive UI with React, using hooks for state management. • Added data visualization to display spending trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published