Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/girish54321/conduit-swiftui

Conduit-SwiftUI is an open-source iOS app that interacts with the Conduit API. It lets users read and write blog posts, manage their profile, and handle authentication. It uses Combine, URLSession, and Codable for reactive programming, network requests, and JSON serialization, respectively.
https://github.com/girish54321/conduit-swiftui

alamofire authentication ios-app jwt-authentication rest-api swfit swfitui

Last synced: 9 days ago
JSON representation

Conduit-SwiftUI is an open-source iOS app that interacts with the Conduit API. It lets users read and write blog posts, manage their profile, and handle authentication. It uses Combine, URLSession, and Codable for reactive programming, network requests, and JSON serialization, respectively.

Awesome Lists containing this project

README

        

# ![RealWorld Example App](images/logo.png)

> ### SwiftUI codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://demo.realworld.io/)    [RealWorld](https://github.com/gothinkster/realworld)

This codebase was created to demonstrate a fully fledged fullstack application built with **Swfit & SwiftUI** including CRUD operations, authentication, Navigation, pagination, and more.

# Conduit: A Medium.com clone built with SwiftUI and Realworld APIs

Conduit is a fully-functional and feature-rich blogging platform that provides a simple and intuitive way to publish, share and discover articles and stories. Built using the latest SwiftUI framework and Realworld APIs, Conduit is a modern and scalable solution for content creators and readers alike.

## Features

- Create and manage articles with a powerful editor
- Customize the appearance of your posts with Markdown formatting
- Interact with other users by leaving comments and reactions
- Discover new content with a personalized feed and trending articles
- Stay up-to-date new articles, comments, and reactions

## Getting Started

To run Conduit on your local machine, follow these steps:

1. Clone this repository to your local machine

```bash
git clone https://github.com/girish54321/Conduit-SwiftUI.git
```

## Contributing

We welcome contributions to Conduit. If you are interested in fixing bugs, implementing new features, or improving the documentation, please follow our [contributing guidelines](https://github.com/YOUR_GITHUB_USERNAME/Conduit/blob/main/CONTRIBUTING.md).