Portfolio

Promotion! ๐Ÿฅณ I got a promoted to a mid level developer!
Creating a Navigation Hierarchy Navigation and Modal Presentation This part starts from a list screen, then to a detail view and then push the timer view screen to complete the navigation stack. Th...
Using Stacks to Arrange Views Supplement Accessibility Data I used the basic building blocks of SwiftUI: views, stacks, and modifiers. I prototyped a view that already resembles the final timer des...
iOS App Dev Tutorial Using Stacks to Arrange Views I have finally gotten back around to continue learning Swift and SwiftUI! https://developer.apple.com/tutorials/app-dev-training/using-stacks-to-a...
Beta testing an iOS app I am posting this from the Polywork iOS beta app! ๐ŸŽ‰
New Business site Currently working on a site for my brother who is setting up his new business. It is currently set up with a home page and a functioning hamburger menu that does link to a service...
I finally updated a component on my website to become a 'copy-to-clipboard' button. I also used onClick() and useState() to let the user know when they have clicked the button, they have copied the...
Whilst building a website for my brother's business, I discovered today that "react-router-dom" does not play nice with Netlify out of the box. You need a _redirects file in your public folder. Thi...
Signed up to beta test Polyworkโ€™s iOS application!
My own site ๐Ÿ˜ https://www.alexbillson.com
Morse Code Translator Iโ€™ve made a morse code translator using Vite React as a little project. Inspired by Cassidoo https://morse-code-text-converter.netlify.app/
Working on a timer app. It is currently just a standard stopwatch, the end goal it to use this timer as a HIIT exercise timer. Custom exercise time and custom rest time. E.g. 40 on, 20 off https://...
Ran a Spike This was to figure out the relationship between products and the offers that apply to them when the customer add/ removes the product from their basket.