<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amani amona</title>
    <description>The latest articles on DEV Community by Amani amona (@amani_amona_12121212).</description>
    <link>https://dev.to/amani_amona_12121212</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4112777%2F7cfe7cde-fc84-42df-98eb-ea6afebeda6e.png</url>
      <title>DEV Community: Amani amona</title>
      <link>https://dev.to/amani_amona_12121212</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amani_amona_12121212"/>
    <language>en</language>
    <item>
      <title>Building Tikrar: A Modern Spaced-Repetition PWA to Beat Ebbinghaus' Forgetting Curve</title>
      <dc:creator>Amani amona</dc:creator>
      <pubDate>Sun, 06 Sep 2026 20:00:19 +0000</pubDate>
      <link>https://dev.to/amani_amona_12121212/building-tikrar-a-modern-spaced-repetition-pwa-to-beat-ebbinghaus-forgetting-curve-52c0</link>
      <guid>https://dev.to/amani_amona_12121212/building-tikrar-a-modern-spaced-repetition-pwa-to-beat-ebbinghaus-forgetting-curve-52c0</guid>
      <description>&lt;p&gt;react, webdev, pwa, showdev&lt;/p&gt;

&lt;p&gt;Every learner faces the same wall: &lt;strong&gt;forgetting information shortly after study sessions.&lt;/strong&gt; According to Hermann Ebbinghaus' Forgetting Curve, humans lose over 50% of newly learned information within days unless it is systematically reviewed.&lt;/p&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;Tikrar&lt;/strong&gt; — a lightweight, intuitive Spaced-Repetition Progressive Web App (PWA) designed to lock knowledge into long-term memory with minimal effort.&lt;/p&gt;

&lt;p&gt;💡 Core Concept &amp;amp; Spaced Repetition Logic&lt;/p&gt;

&lt;p&gt;Tikrar uses an optimized spacing algorithm ($24\text{h} \rightarrow 3\text{d} \rightarrow 7\text{d} \rightarrow 14\text{d} \rightarrow 30\text{d} \rightarrow \text{Monthly}$) to trigger reviews right before you forget.&lt;/p&gt;

&lt;p&gt;Users rate their recall difficulty after each review session:&lt;br&gt;
&lt;strong&gt;Forgot (Hardest):&lt;/strong&gt; Resets interval to Day 1.&lt;br&gt;
&lt;strong&gt;Good (Optimal):&lt;/strong&gt; Advances to the next interval step.&lt;br&gt;
&lt;strong&gt;Easy:&lt;/strong&gt; Skips ahead by 2 interval steps.&lt;/p&gt;

&lt;p&gt;🚀 Key Features&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Gamified Motivation:&lt;/strong&gt; Streak counter and mastery progress bars.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flashcards &amp;amp; Attachments:&lt;/strong&gt; Question/Answer card design with notes and image attachments.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structured Categories:&lt;/strong&gt; Custom tags and difficulty levels per subject (e.g., Languages, Math, Medical).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Focused Review Session:&lt;/strong&gt; One-click review mode for due cards (Anki-style study flow).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexibility:&lt;/strong&gt; Custom spacing intervals, single-day postponement without breaking streaks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern UX:&lt;/strong&gt; Fast search, card sharing, dark/light mode toggle, and multi-language support (Arabic, English, French).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🛠️ Tech Stack &amp;amp; Architecture&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend:&lt;/strong&gt; React + Tailwind CSS&lt;br&gt;
&lt;strong&gt;Build Tool:&lt;/strong&gt; Vite&lt;br&gt;
&lt;strong&gt;Backend &amp;amp; DB:&lt;/strong&gt; Supabase (PostgreSQL)&lt;br&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Vercel&lt;br&gt;
&lt;strong&gt;Platform:&lt;/strong&gt; PWA (Progressive Web App - installable on Desktop &amp;amp; Mobile)&lt;/p&gt;

&lt;p&gt;🔗 Try It Out&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live App:&lt;/strong&gt; &lt;a href="https://tikrar-app.vercel.app" rel="noopener noreferrer"&gt;Tikrar Web App&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GitHub Repository:&lt;/strong&gt; Feel free to explore the codebase, star, or submit feedback!&lt;/p&gt;

&lt;p&gt;I would love to hear feedback from the developer community! What algorithms or study methods do you rely on for long-term retention?.&lt;/p&gt;

</description>
      <category>pwa</category>
      <category>react</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
