https://github.com/christianjuth/blorp
A web, Android, and iOS client for the federated, activity pub based, Lemmy social media platform
https://github.com/christianjuth/blorp
lemmy lemmy-client tamagui
Last synced: about 2 months ago
JSON representation
A web, Android, and iOS client for the federated, activity pub based, Lemmy social media platform
- Host: GitHub
- URL: https://github.com/christianjuth/blorp
- Owner: christianjuth
- License: gpl-3.0
- Created: 2024-11-29T04:13:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:56:11.000Z (about 2 months ago)
- Last Synced: 2025-04-13T00:55:23.366Z (about 2 months ago)
- Topics: lemmy, lemmy-client, tamagui
- Language: TypeScript
- Homepage: https://blorpblorp.xyz
- Size: 21.5 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A cross platform web, iOS and Android client for Lemmy## 🚀 Features/Todo
Blorp is a work in progress, and the goal is to check off everything below for v1
- [ ] Posts
- [X] Markdown editor - _working but needs improvement_
- [X] Create post - _working but needs improvement_
- [X] Comment on post
- [X] Report
- [ ] Moderate
- [ ] Communities
- [X] Join/Leave
- [X] Sidebar on large and small screens
- [ ] Create
- [ ] Report
- [ ] Moderate
- [ ] Users
- [ ] User page
- [X] Feed of user's posts
- [ ] Feed of users comments
- [X] Multi acount login
- [ ] Settings
- [X] Offline image caching for native
- [X] Clear cache
- [X] Post filtering
- [X] Link to GitHub for issue reporting
- [ ] Internal
- [X] Anonymously catch runtime errors using Sentry
- [ ] End-to-end tests
- [X] Initial setup
- [ ] Test critical user flows
- [ ] Unit tests
- [ ] Tests Zustand stores - _mostly done_
- [X] Tests lib folder
- [X] Storybook
- [X] Visial testing via Cromatic## 📚 Stack
* [One](https://onestack.dev/) - One React framework for web and native
* [Tamagui](https://tamagui.dev/) - Unified style solution optimised for web ant native
* [Vite](https://vite.dev/) - Next Generation Frontend Tooling
* [Zustand](https://github.com/pmndrs/zustand) - Bear necessities for state management in React