An open API service indexing awesome lists of open source software.

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.

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)