Pinned Repositories
Clean-Architecture
My iOS app template. A variation of the Clean Architecture adapted for SwiftUI. Loose coupling is achieved by abstraction, a dependency injection container, composition root and interactors. (work in progress)
CollectionView-for-SwiftUI
A port of UIKits UICollectionView for use in SwiftUI. Allows using SwiftUI Views as cells.
CollectionView-Transitions
fooling around with custom transitions for UICollectionView
Composable-Architecture
iOS App (Architecture Sample). Building an app with the Composable Architecture.
face-trace
React App. an app for face recognition in photos using the Clarifai image detection API. includes authorization and account creation.
forget-me-not
React App. a gamified task app that rewards the user with points that can be redeemed for rewards. with basic auth. (in progress)
github-user-search
React App. I built this app to play around with Github's REST API and the React Context API.
koy-mac-keyboard-layout
A custom keyboard layout. Optimized for ergonomics and speed while coding.
Liquid-Love
An iOS app that helps you to keep track of tasty wines that you enjoyed. Hopefully enabling you to one day experience them again.
Magic-CollectionView
A physics-enabled UICollectionViewLayout that strives to create a "magic" feeling while scrolling. The smoothly animated movement of the items is achieved by using the UIKit Dynamics Engine.
ambercoded's Repositories
ambercoded/Liquid-Love
An iOS app that helps you to keep track of tasty wines that you enjoyed. Hopefully enabling you to one day experience them again.
ambercoded/CollectionView-for-SwiftUI
A port of UIKits UICollectionView for use in SwiftUI. Allows using SwiftUI Views as cells.
ambercoded/Composable-Architecture
iOS App (Architecture Sample). Building an app with the Composable Architecture.
ambercoded/Magic-CollectionView
A physics-enabled UICollectionViewLayout that strives to create a "magic" feeling while scrolling. The smoothly animated movement of the items is achieved by using the UIKit Dynamics Engine.
ambercoded/Clean-Architecture
My iOS app template. A variation of the Clean Architecture adapted for SwiftUI. Loose coupling is achieved by abstraction, a dependency injection container, composition root and interactors. (work in progress)
ambercoded/CollectionView-Transitions
fooling around with custom transitions for UICollectionView
ambercoded/face-trace
React App. an app for face recognition in photos using the Clarifai image detection API. includes authorization and account creation.
ambercoded/forget-me-not
React App. a gamified task app that rewards the user with points that can be redeemed for rewards. with basic auth. (in progress)
ambercoded/github-user-search
React App. I built this app to play around with Github's REST API and the React Context API.
ambercoded/koy-mac-keyboard-layout
A custom keyboard layout. Optimized for ergonomics and speed while coding.
ambercoded/Moonwalkers-iOS
iOS app that allows to easily browse the history of America's lunar missions. It uses generics to decode JSON data. Geometry reader is used to size views according to different screen sizes. SwiftUI.
ambercoded/readme-gifs
Collection of gifs for my project readme files to keep the other repos lean.
ambercoded/talon-scripts
Voice command set for Talon, community-supported.
ambercoded/Trivia
iOS Trivia game. A Clean Architecture. Developed with TDD.
ambercoded/Trivia-Engine
Modular Game Engine for the iOS Trivia game. Developed with TDD.