Giter Club home page Giter Club logo

budget-app's Introduction

Project Budget-App

Table of contents

General info

This project is gathered from Budget-App tutorial from FCC, and upgraded step by step. If you want to see how it is growing see branches.

What you can do with this application:

  • Save your budget and expenses. And then calculate what you have.
  • You can delete and edit saved expenses.

Technologies

Project is created with:

  • JScript ES6
  • HTML5 / CSS3
  • Bootstrap
  • Google API
  • jquery

Setup

Clone this repository and start using it with your editor.

Development Strategy

Building this site one step at a time

0. Setup

  • index.html and folder structure with empty/prepared files.

1. DOM & Style

  • Create all DOM elements.
  • Add external styles bootstrap and webfonts.

2. Init & Log

  • init.js
  • log.js

3. User Story - 1: Add Budget Balance

A user can add a budget for balance.

Interactions:

  • Create a listener for submit action to budget-form.

Handlers:

  • Create a submitBudgetForm method to submit budget.
  • Create a showBalance method to show balance.

4. User Story: Add Expense

A user can add expenses.

Interactions:

  • Create a listener for submit action to expense-form.

Handlers:

  • Create a submitExpenseForm method to submit expense.
  • Create a addExpense method to reflect expense.

5. User Story: Edit & Delete Expense

A user can edit and delete one previously added expense at a time.

Interactions:

  • Create a listener for click action to expense-list.

Handlers:

  • Create a editExpense method to edit expense comment and value.
  • Create a deleteExpense method to delete expense.
  • Create a totalExpense method to calculate expense and balance values.

6. Complete README.md

  • Complete README.md for more details about the project.

Screen Capture of Project

Screenshot from 2020-04-18 05-28-47

Project Status

Project finished

Contact

You can contact me using my repository whenever you want.

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.