<?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: Abrarul Rhythm</title>
    <description>The latest articles on DEV Community by Abrarul Rhythm (@abrarulrhythm).</description>
    <link>https://dev.to/abrarulrhythm</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%2F4036993%2F0e1861c9-9cf3-44ae-bd35-1d3a350ba70f.jpg</url>
      <title>DEV Community: Abrarul Rhythm</title>
      <link>https://dev.to/abrarulrhythm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abrarulrhythm"/>
    <language>en</language>
    <item>
      <title>How I Built eTuitionBd: A Full-Stack Tuition Management System with React, Node &amp; Stripe</title>
      <dc:creator>Abrarul Rhythm</dc:creator>
      <pubDate>Sun, 19 Jul 2026 20:58:26 +0000</pubDate>
      <link>https://dev.to/abrarulrhythm/how-i-built-etuitionbd-a-full-stack-tuition-management-system-with-react-node-stripe-48da</link>
      <guid>https://dev.to/abrarulrhythm/how-i-built-etuitionbd-a-full-stack-tuition-management-system-with-react-node-stripe-48da</guid>
      <description>&lt;p&gt;Hey Dev Community! 👋&lt;/p&gt;

&lt;p&gt;Six months ago, I completed a major milestone in my Web Development journey — building eTuitionBd, a comprehensive Tuition Management System designed to connect verified tutors with students seamlessly.&lt;/p&gt;

&lt;p&gt;Today, I wanted to share the story, architecture, and tech stack behind this project! 🚀&lt;/p&gt;

&lt;h2&gt;
  
  
  🧐 What is eTuitionBd?
&lt;/h2&gt;

&lt;p&gt;Finding trusted tutors or legitimate tuition posts in Bangladesh can often be a hassle. eTuitionBd solves this friction by providing a transparent, role-based platform for class tracking, secure payments, and structured verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Key Features &amp;amp; User Roles
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. 🎓 Student Dashboard&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Post tuition requirements (Subject, Budget, Location).&lt;/li&gt;
&lt;li&gt;Manage applications from different tutors.&lt;/li&gt;
&lt;li&gt;Securely hire tutors by making payments via Stripe.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. 👨‍🏫 Tutor Dashboard&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Browse and search tuitions using advanced filtering (Subject, Class, Budget, Gender).&lt;/li&gt;
&lt;li&gt;Track application statuses in real-time.&lt;/li&gt;
&lt;li&gt;View active tuitions and revenue history.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. 🛡️ Admin Dashboard&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Centralized user management (Role updates and deletions).&lt;/li&gt;
&lt;li&gt;Tuition post moderation and analytics.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🔐 Security &amp;amp; Core Functionalities&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Authentication:&lt;/strong&gt; Firebase Auth (Google Social Login + Email/Password) paired with JWT (JSON Web Token) for strict role-based access control and protected routes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automated Workflow:&lt;/strong&gt; Real-time application updates (Pending → Approved / Rejected / Closed).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe Payments:&lt;/strong&gt; A tutor is officially marked as "Approved" only after the student completes the salary payment via Stripe.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;💻 Tech Stack Behind the Project&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React.js, Tailwind CSS, DaisyUI, Framer Motion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Node.js, Express.js&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; MongoDB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Authentication &amp;amp; State:&lt;/strong&gt; Firebase, JWT, TanStack Query (React Query)&lt;/li&gt;
&lt;li&gt;**Payment Processing: **Stripe API&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Firebase (Client) &amp;amp; Vercel (Server)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🔗 Explore the Project&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;🌐 Live Demo:&lt;/strong&gt; &lt;a href="https://etuitionbd-7c096.web.app/" rel="noopener noreferrer"&gt;https://etuitionbd-7c096.web.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🖥️ Client Repository:&lt;/strong&gt; &lt;a href="https://github.com/AbrarulRhythm/assignment-11-client" rel="noopener noreferrer"&gt;https://github.com/AbrarulRhythm/assignment-11-client&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;⚙️ Server Repository:&lt;/strong&gt; &lt;a href="https://github.com/AbrarulRhythm/assignment-11-server" rel="noopener noreferrer"&gt;https://github.com/AbrarulRhythm/assignment-11-server&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;💡 What I Learned From Building This&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building eTuitionBd taught me how to handle complex backend logic, integrate payment gateways securely, and manage role-based state on the frontend using TanStack Query.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts, feedback, or suggestions on how I can improve it further! Drop a comment below! 👇&lt;/p&gt;

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