Track your expenses effortlessly with Expense Tracker app.
- 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.
- Frontend:
React
- Backend:
Node.js, Express.js
- Database:
MongoDB
-
Clone the repository:
-
Navigate to the project directory using
cd expense-tracker-app
-
Install dependencies for the frontend and backend:
cd frontend npm install cd ../backend npm install
-
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
-
Start the application:
cd ../frontend npm start cd ../backend npm start
-
Open your browser and visit http://localhost:3000 to use the Expense Tracker app.