My Projects


Quickbooks to GoHighLevel CRM webhook
Built for a client who wanted to have his QuickBooks details update his CRM Go High Level. This required me to familiarise myself with the development environment of both platforms as well as Oauth2. Whenever the user created or updated a customer in quickbooks the webhook was triggered and be passed to the app and after running through the authentication flow and then the data was passed to GoHighLevel's automation workflow a new customer would then be created as well as a tag saying they where awitin proposal. This saved the client from entering the same information twice on both platforms.


Tip calculator
This project was originally developed from a Frontend Mentor project with vanilla Javascript. I wanted to do a more complex web app at the time but fell short of the functionality I wanted. I returned to the project after a year and did it with React and was very happy with the final result.