# git repo line count git ls-files | xargs wc -l # git repo line count filtering out PNGs git ls-files **\*[^.png] | xargs wc -l
Calculator Coding Challenge Build a web app that displays a basic arithmetic calculator. Suggested UI outcome Techstack