Skip to content

JiamingXing/Budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget

This my simple local budget App!

Module

  1. Important aspect of any robust application’s architecture.
  2. Keep the units of code for a project both cleanly separated and organized.
  3. Encapsulate some data into privacy and expose other data publicly.

Plan

Add event handler
Get input value
Add the new item to our data structure
Add the new item to the UI
Calculate budget
Update the UI

How to make our code private and public separately

In JavaScript, use Closure and IIFE to make our code public and private separately.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors