Meghana-sk / expense-tracker

Home Page:https://expense-tracker-frontend-2epj.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker App

Track your expenses effortlessly with Expense Tracker app.

Features

  • User-Friendly Interface: Intuitive design for seamless navigation.
  • Expense Management: Add and delete your expenses with ease.
  • Categories: Categorize your expenses to get a detailed overview.

Tech Stack

  • Frontend: React
  • Backend: Node.js, Express.js
  • Database: MongoDB

Installation

  1. Clone the repository:

  2. Navigate to the project directory using cd expense-tracker-app

  3. Install dependencies for the frontend and backend:

     cd frontend
     npm install
     cd ../backend
     npm install
  4. Set up the MongoDB database: Create a .env file in the backend directory and add your MongoDB connection string and PORT number: MONGODB_URL=your-mongodb-connection-string

  5. Start the application:

     cd ../frontend
     npm start
     cd ../backend
     npm start
  6. Open your browser and visit http://localhost:3000 to use the Expense Tracker app.

About

https://expense-tracker-frontend-2epj.onrender.com/


Languages

Language:JavaScript 94.6%Language:HTML 5.4%