Comic Book App

Comic Book Manager
Comic Book Manager is a solo-developed mobile application designed to help users manage and track their comic book collection. Styled with a comic-inspired visual theme, the app focuses on simplicity, usability and personal tracking through core CRUD functionality and progress summaries.
Overview
This project explores the development of a lightweight mobile catalogue system for comic book readers. Users can add, edit and remove comic entries while keeping track of reading progress within a visually themed interface that reflects comic book aesthetics.


Data Persistence
To ensure data continuity, the application uses asynchronous local storage to save the comic catalogue. This allows user data to persist across app restarts without relying on a backend server, maintaining reliability and simplicity.
Solo Development
This project was developed independently, from interface design to feature implementation. Working solo allowed full control over application logic, state management and UI decisions, ensuring a cohesive and focused user experience throughout the app.

Tools used:
-
React Native
-
JavaScript
-
AsyncStorage
-
Android Studio Emulator
-
Expo
-
GitHub


Features & Functionality
The app includes full CRUD functionality, allowing users to manage their comic catalogue efficiently. A summary feature displays the total number of comics read against the total number of comics in the catalogue, providing users with a clear overview of their reading progress.
