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

https://github.com/oliveroneill/ash

Simple iOS app using MVVM and Codable
https://github.com/oliveroneill/ash

codable ibdesignable ios mvvm swift

Last synced: 10 months ago
JSON representation

Simple iOS app using MVVM and Codable

Awesome Lists containing this project

README

          

# Ash - Another Story (from) HackerNews

A simple iOS app that shows a random Hacker News story when opened.
This was really an excuse to demonstrate some things I'm interested in:
- MVVM
- Codable
- IBDesignable and IBInspectable

There's a lot of things I'd like to add to this project:
- Tests verifying request inputs
- Move all UI work to code
- Better tests around state changes
- Coordinator implementation
- Error propogation
- Localisation
- Accessibility

I may put this on the App Store eventually, but it's currently just a
braindump.

Contributions welcome.