An open API service indexing awesome lists of open source software.

https://github.com/jamessedlacek/jamessedlacek

Config files for my GitHub profile.
https://github.com/jamessedlacek/jamessedlacek

config github-config

Last synced: about 1 month ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          


James Sedlacek Jr.


## What am I working on?

- Building an internal SwiftUI macOS app at Peloton Interactive
- Building [Trading Journal](https://www.sedlacek-solutions.com/portfolio/trading-journal) at Sedlacek Solutions LLC

## Open Source

| Title & Link | Description | Star Count |
|-------------|------------|------------|
| [Routing](https://github.com/JamesSedlacek/Routing) | SwiftUI library for abstracting navigation logic from views | ![GitHub Repo stars](https://img.shields.io/github/stars/JamesSedlacek/Routing?style=social) |
| [OnboardingKit](https://github.com/JamesSedlacek/OnboardingKit) | SwiftUI library for handling onboarding | ![GitHub Repo stars](https://img.shields.io/github/stars/JamesSedlacek/OnboardingKit?style=social) |
| [Toast](https://github.com/Sedlacek-Solutions/Toast) | SwiftUI library for displaying toast messages | ![GitHub Repo stars](https://img.shields.io/github/stars/Sedlacek-Solutions/Toast?style=social) |
| [SurveyKit](https://github.com/Sedlacek-Solutions/SurveyKit) | SwiftUI library for creating user surveys | ![GitHub Repo stars](https://img.shields.io/github/stars/Sedlacek-Solutions/SurveyKit?style=social) |
| [ProgressTabView](https://github.com/Sedlacek-Solutions/ProgressTabView) | SwiftUI library that provides a custom tab view with progress tracking functionality | ![GitHub Repo stars](https://img.shields.io/github/stars/Sedlacek-Solutions/ProgressTabView?style=social) |
| [Scrumdinger](https://github.com/JamesSedlacek/Scrumdinger) | A rebuild of Apple’s “Scrumdinger” application using modern, best practices for SwiftUI development. | ![GitHub Repo stars](https://img.shields.io/github/stars/JamesSedlacek/Scrumdinger?style=social) |
| [RatingsKit](https://github.com/Sedlacek-Solutions/RatingsKit) | SwiftUI library for displaying a ratings request screen | ![GitHub Repo stars](https://img.shields.io/github/stars/Sedlacek-Solutions/RatingsKit?style=social) |
| [SFSymbolKit](https://github.com/Sedlacek-Solutions/SFSymbolKit) | SwiftUI library for type-safe SFSymbols | ![GitHub Repo stars](https://img.shields.io/github/stars/Sedlacek-Solutions/SFSymbolKit?style=social) |

## Gists

| Title & Link | Description |
|-------------|------------|
| [EnvironmentBindable](https://gist.github.com/JamesSedlacek/f41ee077570736f7096fb01bc85ffc73) | A property wrapper that provides a way to bind observable objects from the environment to a SwiftUI view. |
| [Persisting](https://gist.github.com/JamesSedlacek/8163d98a17308ed6b776f4c8a35ca523) | A property wrapper that manages the persistence of Codable types using UserDefaults. |
| [View+OpenUrl](https://gist.github.com/JamesSedlacek/c1d215bab0610b3d2c2aea062de5e565) | This file provides a safe way to open URLs in SwiftUI applications. |
| [KeyboardToolbar](https://gist.github.com/JamesSedlacek/2d0425319e2a854da8c51f4b05c9842a) | SwiftUI Keyboard Toolbar Workaround. |