Track your anime journey with style
LogPose is a modern anime tracking application built with Expo and React Native.
It allows users to discover, track, and manage their anime watchlists with a beautiful and intuitive interface.
๐ง Early Development โ This project is a work in progress. Ideas & contributions of any kind are welcome!
- Discover Anime: Browse trending and popular anime series.
- Track Progress: Keep track of episodes watched and current status.
- Manage Lists: Organize anime into different lists (Planning, Watching, Completed, Dropped).
- Search: Find specific anime titles quickly.
- Dark/Light Mode: Seamless support for both dark and light themes.
- Offline Support: Local persistence for your lists.
- Framework: Expo & React Native
- Language: TypeScript
- Routing: Expo Router
- Styling: Custom design system
- Linting/Formatting: Biome
- Node.js (LTS recommended)
- npm or bun
-
Clone the repository:
git clone https://github.com/takanome-dev/logpose-oss.git cd logpose-oss -
Install dependencies:
cd apps/logpose-mobile bun install -
Start the development server:
bun run start
-
Open the app:
- Scan the QR code with Expo Go (Android/iOS)
- Press
afor Android Emulator - Press
ifor iOS Simulator - Press
wfor Web
app/: Application routes and screens (Expo Router).src/: Core source code.components/: Reusable UI components.data/: Mock data and data models.hooks/: Custom React hooks.storage/: Local storage logic.utils/: Helper functions.
constants/: App constants and theme definitions.
This project is open source and available under the MIT License.
