Giter Site home page Giter Site logo

abhinav8925 / budget-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elemarmar/budget-app

0.0 0.0 0.0 8.4 MB

Budget app ๐Ÿ’ธ is an app that allows the user to keep track of their expenses and earnings. Built with JavaScript. ๐ŸŸก

Home Page: https://elemarmar.github.io/budget-app/

JavaScript 59.94% CSS 26.85% HTML 13.21%

budget-app's Introduction

๐Ÿ’ธ Budget app

This is an app that allows the user to keep track of expenses and income. It is built entirely with JavaScript. The purpose was to build a JavaScript-only application that used JS modules and data encapsulation.back


๐ŸŒฒ Structure

This app consists of 3 JS modules:

  • budgetController module, which takes care of handling the data: adding new items to the data structure, calculating the budget.
  • UIController module, which takes care of the UI: getting input values, adding new items to the UI and updating the UI.
  • controller module, which links both budgetController and UIcontroller: it controls what happens upon each event and delegates tasks to other controllers.

โ˜‘๏ธ Features

  1. It displays the current month and year and the budget available for that month.
  2. It displays the total income and the total expenses.
  3. It allows the user to enter new items (either expense / income) with a description and a value.
  4. The app displays each item in the right section (Income / Expenses)
  5. The user can manually delete any item.
  6. A percentage of the expenses based on the total income is available both for the total expenses and each expense item.

๐Ÿ““ Development diary

  1. Planning the app
  2. First steps
  3. Updating the controller and the UI
  4. Deleting items
  5. Updating percentages
  6. Displaying date

Thanks

This project is based on Jonas Schmedtmann budgety project.

budget-app's People

Contributors

elemarmar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.