https://github.com/ankitjhagithub21/bharatinterntask3-moneytrackerapp
The Money Tracker App is a simple web application for managing expenses and income. It allows users to add, edit, and delete transactions, and it calculates the total amount.
https://github.com/ankitjhagithub21/bharatinterntask3-moneytrackerapp
bootstrap css express html5 javascript mongodb nodejs
Last synced: 3 months ago
JSON representation
The Money Tracker App is a simple web application for managing expenses and income. It allows users to add, edit, and delete transactions, and it calculates the total amount.
- Host: GitHub
- URL: https://github.com/ankitjhagithub21/bharatinterntask3-moneytrackerapp
- Owner: ankitjhagithub21
- Created: 2023-11-18T16:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T16:48:10.000Z (over 2 years ago)
- Last Synced: 2025-07-24T15:12:19.066Z (12 months ago)
- Topics: bootstrap, css, express, html5, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage: https://money-tracker-9z8n.onrender.com/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Money Tracker App
The Money Tracker App is a simple web application for managing expenses and income. It allows users to add, edit, and delete transactions, and it calculates the total amount.
## Features
- Add a transaction with a text description and amount.
- Edit an existing transaction.
- Delete a transaction.
- View a list of transactions with their details and total amount.
## Technologies Used
- **Frontend:**
- HTML
- CSS
- JavaScript (Fetch API)
- **Backend:**
- Node.js
- Express.js
- MongoDB (via Mongoose)