Skip to content

DainiusMI/JSScrimba06_invoice-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASSWORD GENERATOR

This is a solo project that is a part of Scrimba free javascript course

LINK TO FIGMA DESIGN:

https://www.figma.com/file/roUn8DT7zHTI9tcL2JXNZG/Invoice-Generator?node-id=0%3A1

REQUIREMENTS:

  • Array to hold services requested
  • Button to add service to array
  • Place to display data from array (updated every time array changes)
  • Don't charge twice for same service
  • Total cost stays updated
  • Button to "send invoice" (reset data in our case)

OPTIONAL GOALS:

  • Remove items after adding

PERSONAL GAOLS:

  • Create DOM elements that could changed in future with Javascript (like offered services or payment methods)
  • Highlight buttons of already selected services

About

Scrimba free javascript course, solo task invoice creator

Topics

Resources

Stars

Watchers

Forks

Contributors