nata_developer

고정 헤더 영역

글 제목

메뉴 레이어

nata_developer

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (52)
    • JavaScript (17)
    • JavaScript Library (5)
    • github (1)
    • React (17)
    • HTML-CSS (12)

검색 레이어

nata_developer

검색 영역

컨텐츠 검색

전체 글

  • budgety app 5편

    2020.09.15 by nata_developer

  • budgety app 5편

    2020.09.15 by nata_developer

  • budgety app 4편

    2020.09.15 by nata_developer

  • budgety app 3편

    2020.09.15 by nata_developer

  • budgety app 2편

    2020.09.15 by nata_developer

  • budgety app 1편

    2020.09.15 by nata_developer

  • 9편 Omnifood footer

    2020.08.30 by nata_developer

  • 8편 Omnifood section-form

    2020.08.30 by nata_developer

budgety app 5편

var budgetController = (function () { var Expense = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var Income = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var calculateTotal = function(type) { var sum = 0; data.allItems[type].forEach(function(cur) { sum += cur.value }) data.tot..

JavaScript 2020. 9. 15. 17:55

budgety app 5편

var budgetController = (function () { var Expense = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var Income = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var calculateTotal = function(type) { var sum = 0; data.allItems[type].forEach(function(cur) { sum += cur.value }) data.tot..

JavaScript 2020. 9. 15. 17:10

budgety app 4편

var budgetController = (function () { var Expense = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var Income = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var calculateTotal = function(type) { var sum = 0; data.allItems[type].forEach(function(cur) { sum += cur.value }) data.tot..

JavaScript 2020. 9. 15. 16:52

budgety app 3편

var budgetController = (function () { var Expense = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var Income = function (id, description, value) { this.id = id; this.description = description; this.value = value; }; var data = { allItems: { exp: [], inc: [], }, totals: { exp: 0, inc: 0, }, }; return { addItem: function (type, des, val) {..

JavaScript 2020. 9. 15. 13:45

budgety app 2편

var budgetController = (function () { var Expense = function(id, description, value) { this.id = id this.description = description this.value = value } var Income = function(id, description, value) { this.id = id this.description = description this.value = value } var data = { allItems: { exp: [], inc: [] }, totals: { exp: 0, inc: 0 } } return { addItem: function(type, des, val) { var newItem if..

JavaScript 2020. 9. 15. 12:55

budgety app 1편

var budgetController = (function() { })() var UIController = (function() { var DOMstrings = { inputType: ".add__type", inputDescription: ".add__description", inputValue: ".add__value", inputBtn: ".add__btn" } return { getInput: function() { return { type: document.querySelector(DOMstrings.inputType).value, description: document.querySelector(DOMstrings.inputDescription).value, value: document.qu..

JavaScript 2020. 9. 15. 12:29

9편 Omnifood footer

1.HTML About us Blog Press iOS App Android App Copyright © 2015 by Omnifood. All right reserved 2.CSS /*---------------------------*/ /*FOOTER*/ /*---------------------------*/ footer { background-color: #333; padding: 50px; font-size: 80%; } .footer-nav { list-style: none; float:left } .social-links { list-style: none; float: right; } .footer-nav li, .social-links li { display: inline-block; ma..

HTML-CSS 2020. 8. 30. 18:11

8편 Omnifood section-form

1.HTML We're happy to hear from you Name Email How did you find us? Friends Search engine Advertisement Other Newsletter? Yes, please Drop us a line 2.CSS /*--------- BUTTONS ---------*/ .btn:link, .btn:visited, input[type=submit] { display: inline-block; padding: 10px 30px; font-weight: 300px; text-decoration: none; border-radius: 200px; transition: background-color 0.2s; } .btn-full:link, .btn..

HTML-CSS 2020. 8. 30. 17:56

추가 정보

인기글

최신글

페이징

이전
1 2 3 4 ··· 7
다음
TISTORY
nata_developer © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바