https://github.com/hadiidbouk/DEV
DEV is an unofficial multiplatform (iOS, iPadOS, and macOS) app for https://dev.to website built with SwiftUI and Composable architecture
https://github.com/hadiidbouk/DEV
Last synced: 17 days ago
JSON representation
DEV is an unofficial multiplatform (iOS, iPadOS, and macOS) app for https://dev.to website built with SwiftUI and Composable architecture
- Host: GitHub
- URL: https://github.com/hadiidbouk/DEV
- Owner: hadiidbouk
- Created: 2021-03-22T18:47:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T22:19:17.000Z (over 4 years ago)
- Last Synced: 2025-04-23T08:06:50.746Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 715 KB
- Stars: 31
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swiftui - DEV - SwiftUI + Composable Architecture multiplatform app for dev.to website. (Open source apps / MultiPlatform Applications)
README
# DEV (Under Development 🔧)
[](https://github.com/hadiidbouk/DEV/actions/workflows/build.yml)

DEV is an unofficial multiplatform (iOS, iPadOS, and macOS) app for https://dev.to website built with SwiftUI and Composable architecture

## 🧐 Why I am building this?
1. Having fun with SwiftUI.
1. Working with [Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture).
1. Developing a multiplatform application.
1. Exploring Dev.to and its API.
## 👏🏻 Contributing 👏🏻
1. Add this [pre-commit](https://github.com/hadiidbouk/DEV/blob/main/pre-commit) file to your `.git/hooks` folder.
2. Run this command from the root of this project directory `chmod +x .git/hooks/pre-commit`
3. Any new changes should be added as an issue first.
4. Your branch name should be started with the issue id (ex: #15-my-new-awesome-branch)
5. Your commit should be started with the issue id (ex: #15 - my commit message)