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

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.

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.
![Screenshot](screenshot.png)

## 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)