Welcome to Expense Tracker code repository where we use all free and cheap web tools to build an app that tracks our spending. We use vanilla HTML, CSS, JS and PHP with a little bit of SQL to build our project.
This repository contains code implementation using vanilla HTML, CSS, JS and PHP. It will be added to continuosly to add more features and functionality to the app. It's designed to inspire and challenge learning coders to pick what they have and build!
A list of features added so far():
Implemented features are in bold
- Ability to add expenses: Adding transactions where money is being spent-outflow
- Ability to add income: Adding transactions where money is being earned-inflow
- Ability to transfer of income between two accounts: Simulation of withdrawal from bank to cash
- Summarizing transaction per day: Showing total money in and out in a day
- Summarizing transactions per month: Showing total money in and out in a month
- Dashboard: Summarizing transactions per given date range- current month default
Clone this repository: git clone https://github.com/esamia1/expense-tracker.git and implement features of your own liking.