let myIntro = {
              firstName: "Robert",
              lastName: "Abbott",
              occupation: "programmer",
              highlyMotivated: true,
              creative: true,
              readyToWork: true
              }
            
               let myIntro = { name: "Robert Abbott", occupation: "programmer", highlyMotivated: true, creative: true, readyToWork: true }
             
Front End
Back End
Source Control
Frameworks

My first web development project. Abbott Artistry is a website I built for my wife's macrame business using HTML, CSS, and Javascript.

SimplyNote is a notes app I created using Angular 7 and Bootstrap. More features are planned to be added such as audio/video capture, and continuous updates to the design. I am a singer-songwriter, and I created this because I haven't found any notes apps for songwriting that have given me all the features I want without being extremely bloated.