From f5e78135489bd4a200f6097d248c94822855980b Mon Sep 17 00:00:00 2001 From: fevirtus <48514861+fevirtus@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:00:24 +0700 Subject: [PATCH] docs: initialize repository README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..92c0134 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# reader-app + +Flutter mobile app for reading novels, synced with the existing web platform. + +## Scope + +- Full end-user feature parity with the current web app. +- Excludes all moderator/admin workflows. + +## Planned Feature Set + +- Google login and authenticated user session. +- Home feed, hot boards, and recommendations. +- Search with suggestions, genre, status, and sort filters. +- Novel detail with chapter list and series metadata. +- Reader with TOC, reading preferences, and progress sync. +- Bookshelf tabs: Dang doc, Danh dau, Da doc, De cu. +- Comments, ratings, and user recommendations. +- Native TTS and offline reading support.