Giter Club home page Giter Club logo

budget-project's Introduction

JS Budget application - A Javascript Project

This is a pretty interesting application i did in my free time. My main reason behind the creation of this project is to apply what i have learnt about Javascript and further improve it through constant practice, trial, and error.

for instance: no framework was used in the development of this app, just full and vanilla Javascript. Concepts about the regular JS must be fully grasped in order to climb all those popular frameworks such as Angular, React, Vue, etc.

The way it works

It's pretty simple: The application allows us to add incomes and expenses for the actual month, then the sum of incomes and expenses are calculated alongside the available budget (total income - total expenses).

With a straightforward and intuitive UI, we can input an amount that can be either an expense or an income, add a description, and finally, the amount itself.

Each individual expense amount will have the percentage it represents from the total income, and the total expense will have the sum of all the percentages in each inserted expense.

We are also allowed to delete an income or expense already added in the budget.

Created using the Module Pattern

I chose to code this project using the Module Pattern because i wanted separation of concerns, and more organization in general while coding. The idea of creating modules is to group the code in separate, independent and organized units while also serving a common objective.

budget-project's People

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.