From 2aa8293f3c4cab713a740b7552ff19ce766a08dc Mon Sep 17 00:00:00 2001 From: Yo'av Moshe Date: Tue, 26 Nov 2024 20:33:54 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 57e6403..9ce1a4f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,17 @@ The TeaTime web application is completely decoupled from its databases and the f Since the web application is a static site, and the databases are comprised of static files, both can be easily forked, replicated, and deployed. With the files being served off IPFS, this distributed architecture contributes to TeaTime's resilience. +## Features + +- Search by title, author, year or format +- Download files locally +- History +- Cache filess in IndexedDB for fast loading +- Drop files on TeaTime to open a local file +- Dark mode and full screen mode +- No cookies, no login +- **...Completely distributed** + ## Developing the Frontend TeaTime is Nuxt.js application. You can easily run it locally by cloning the repository and following these steps: