https://github.com/kaushikshivam/budgety
It is a budget app build using pure Javascript that lets you add your income and expenses. It keeps track of your monthly budget, incomes and expenses. The app lets you add your daily incomes and expenses.
https://github.com/kaushikshivam/budgety
css css3 es6 es6-javascript html html5 javascript javascript-game javascript30 js
Last synced: about 2 months ago
JSON representation
It is a budget app build using pure Javascript that lets you add your income and expenses. It keeps track of your monthly budget, incomes and expenses. The app lets you add your daily incomes and expenses.
- Host: GitHub
- URL: https://github.com/kaushikshivam/budgety
- Owner: KaushikShivam
- Created: 2019-10-14T07:32:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T11:11:34.000Z (over 6 years ago)
- Last Synced: 2024-12-27T21:14:05.277Z (over 1 year ago)
- Topics: css, css3, es6, es6-javascript, html, html5, javascript, javascript-game, javascript30, js
- Language: JavaScript
- Homepage: https://budgetyofficial.netlify.com/
- Size: 719 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budjety
[Budgety](https://budgetyofficial.netlify.com/) is a budget app build using pure Javascript that lets you add your income and expenses. It keeps track of your monthly budget, incomes and expenses.

## Table of content
- [Description](#Description)
- [Installation](#installation)
- [Contact](#contact)
## Description
The app lets you add your daily incomes and expenses. It also shows you the available budget for the month as well as the percentage of individual as well as total expenses in respect to the total income.
## Installation
1. Clone the project to your local directory
```
git clone https://github.com/KaushikShivam/budgety
```
2. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
```
npm install
```
3. Run the task runner to run the app
```
npm run start
```
## Contact
You can contact me at:
- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:shivamkaushikofficial@gmail.com)
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)