https://github.com/mehmet-github06/gelir-gider-tablosu
This project is a simple web application for tracking monthly income and expenses.
https://github.com/mehmet-github06/gelir-gider-tablosu
bootstrap5 flexbox html-css-javascript responsive-design
Last synced: 10 days ago
JSON representation
This project is a simple web application for tracking monthly income and expenses.
- Host: GitHub
- URL: https://github.com/mehmet-github06/gelir-gider-tablosu
- Owner: Mehmet-github06
- Created: 2023-11-13T12:35:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T20:52:39.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:27:31.024Z (over 1 year ago)
- Topics: bootstrap5, flexbox, html-css-javascript, responsive-design
- Language: HTML
- Homepage: https://gelir-gider-tablosu.vercel.app
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monthly Income and Expense Tracker Application
This project is a simple web application for tracking monthly income and expenses.
## Screenshots

## Technologies Used
- HTML
- CSS (Bootstrap 5.3.2)
- JavaScript
- Font Awesome (for icons)
## Live Demo
[Live Demo](https://gelir-gider-tablosu.vercel.app/)
## Project Overview
This application allows users to do the following:
- Enter income
- Add expenses by specifying expense name, date, and amount
- View a table with the option to delete each expense
- Display a summary table showing total income, total expenses, and remaining balance
- Clear all data, including income, expenses, and local storage
## File Structure
- `index.html`: HTML file containing the structure of the web page.
- `style.css`: CSS file used to style HTML elements.
- `app.js`: JavaScript file containing functionality for adding income, expenses, and updating the summary table.
- `README.md`: This file containing information about the project.
## Responsive design

## Installation
To run the project locally:
1. Clone the repository:
```bash
git clone https://github.com/username/income-expense-tracker.git