← Work
appshipped
Rick & Morty Browser
A typed React Native client for a public API, built to be read.
- Role
- Author
- Language
- TypeScript
- Started
- Last touched
Browses characters from the Rick and Morty API: paginated lists, detail views, and the loading and error states that most API demos quietly skip. Built with Expo and TypeScript.
This one exists as a reference implementation. When I want to show how I structure a React Native screen — where the fetch lives, how the types are derived, what happens when the network is gone — I point at this rather than describe it.
Built with
- React Native
- Expo
- TypeScript
- REST