Ant A gay nerd
HomeProjectsBlog
Go Back
Blog
Projects
Home

AntReader (PHP)

Mar 16, 2020
14 seconds

AntReader is a simple ebook reader I wrote in PHP. It’s design is mainly optimized for mobile but also works quite well on desktop.

A very specific file-structure is required for it to function:

_books
├── Animal Farm
│   ├── content.md
│   └── cover.png
└── The War of the Worlds
    ├── content.md
    └── cover.png

See Also