This is a solo project that is a part of Scrimba free javascript course
https://www.figma.com/file/roUn8DT7zHTI9tcL2JXNZG/Invoice-Generator?node-id=0%3A1
- 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)
- Remove items after adding
- Create DOM elements that could changed in future with Javascript (like offered services or payment methods)
- Highlight buttons of already selected services