Skip to content

akshat991-spec/Expense-Tracker-FullStack-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💸 Expense Tracker FullStack App

A full-stack expense tracking application built with React, Node.js, Express, and MongoDB. This app helps users manage their expenses, categorize them, and get a clear overview of where their money goes.


🚀 Features

  • ✅ Add, update, and delete expenses
  • ✅ Categorize expenses (e.g., Food, Transport, Bills)
  • ✅ Dashboard with total expenses summary
  • ✅ Responsive design with Tailwind CSS
  • ✅ Persistent data using MongoDB
  • ✅ Express

🛠️ Tech Stack

Frontend:

  • React
  • Tailwind CSS
  • Axios

Backend:

  • Node.js
  • Express.js
  • MongoDB (with Mongoose)

📦 Folder Structure

Screenshot 2025-04-15 233032 Screenshot 2025-04-15 233117 Screenshot 2025-04-15 233136 Screenshot 2025-04-15 233148

📸 Screenshots

Screenshot 2025-04-15 150205 Screenshot 2025-04-15 150152

📍 Getting Started

1. Set Up Backend

cd backend
npm install
# Add your MongoDB connection string to a `.env` file
npm run dev

2. Set Up Frontend

cd frontend
npm install
npm run dev

⚙️ Environment Variables

Create a .env file in the backend folder:

MONGODB_URI=your_mongodb_connection_string
PORT=5000

🤝 Contributions

Feel free to fork the repo, submit issues, or send pull requests!



🙌 Acknowledgements

  • Inspiration from frontend mentor & budget tracking apps
  • Mongoose + Express documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published