<?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: Maxx</title>
    <description>The latest articles on DEV Community by Maxx (@manisshh).</description>
    <link>https://dev.to/manisshh</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3392922%2F8bb37d11-c924-4207-834b-0cf31773ea4c.jpeg</url>
      <title>DEV Community: Maxx</title>
      <link>https://dev.to/manisshh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manisshh"/>
    <language>en</language>
    <item>
      <title>How I Built EduConnect Hub – My First Full Stack Project Using React and Node.js</title>
      <dc:creator>Maxx</dc:creator>
      <pubDate>Mon, 28 Jul 2025 04:49:22 +0000</pubDate>
      <link>https://dev.to/manisshh/how-i-built-educonnect-hub-my-first-full-stack-project-using-react-and-nodejs-3id7</link>
      <guid>https://dev.to/manisshh/how-i-built-educonnect-hub-my-first-full-stack-project-using-react-and-nodejs-3id7</guid>
      <description>&lt;h2&gt;
  
  
  How I Built EduConnect – A Platform to Bridge the Gap Between Students and Faculty
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The Idea
&lt;/h3&gt;

&lt;p&gt;The concept for &lt;strong&gt;EduConnect&lt;/strong&gt; was quite straightforward: I aimed to close the communication gap between faculty and students while helping students team up with the &lt;em&gt;right&lt;/em&gt; partners for hackathons. &lt;/p&gt;

&lt;p&gt;A lot of students find it hard to reach out to faculty when they’re facing challenges, especially when they’re learning a new language or framework. Plus, they usually form hackathon teams based on who they know rather than skills, which can lead to subpar results.&lt;/p&gt;

&lt;p&gt;To tackle this issue, I started creating &lt;strong&gt;EduConnect&lt;/strong&gt; – a web app that allows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Students to chat with their classmates and professors.&lt;/li&gt;
&lt;li&gt;Faculty to be filtered by their expertise (such as Python, Java, etc.).&lt;/li&gt;
&lt;li&gt;Students to connect with team members who actually understand the tech stack they need – not just friends who are free.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is still a work in progress, and I’m building it with scalability in mind. That’s why I opted for the &lt;strong&gt;MERN stack&lt;/strong&gt; (MongoDB, Express.js, React, Node.js).&lt;/p&gt;




&lt;h3&gt;
  
  
  How I Connected Frontend &amp;amp; Backend
&lt;/h3&gt;

&lt;p&gt;For the tech stack, I’ve used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: React.js
&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 Atlas (cloud-based)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Email Verification&lt;/strong&gt;: &lt;a href="https://www.brevo.com/" rel="noopener noreferrer"&gt;Brevo&lt;/a&gt; – offering 300 free emails/day
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Communication&lt;/strong&gt;: WebSockets
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All API requests are linked through REST endpoints, with the frontend communicating with the backend via Axios.&lt;/p&gt;




&lt;h3&gt;
  
  
  What Was Hard?
&lt;/h3&gt;

&lt;p&gt;Authentication has definitely been one of the most challenging aspects for me so far. I’m still working on implementing it and facing some real-world hurdles like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing tokens&lt;/li&gt;
&lt;li&gt;Securing API routes&lt;/li&gt;
&lt;li&gt;Handling user sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, each bug or issue has taught me something valuable — and that’s truly the best part.&lt;/p&gt;




&lt;h3&gt;
  
  
  GitHub Repository
&lt;/h3&gt;

&lt;p&gt;Here’s the GitHub repository for EduConnect:&lt;br&gt;&lt;br&gt;
 &lt;a href="https://github.com/manishhsuthar/Edu-connect" rel="noopener noreferrer"&gt;https://github.com/manishhsuthar/Edu-connect&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have a moment to check it out or share some suggestions, I’d really love your feedback!&lt;/p&gt;




&lt;h3&gt;
  
  
  UI Screenshot
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuiuvupe42lg1krlnou26.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuiuvupe42lg1krlnou26.png" alt="EduConnect UI" width="800" height="417"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  What I’ve Learned So Far
&lt;/h3&gt;

&lt;p&gt;I used to think building full-stack apps would be a breeze — but now I’ve learned that it’s not that simple. &lt;/p&gt;

&lt;p&gt;This project has taught me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How to structure and scale a MERN application&lt;/li&gt;
&lt;li&gt;The actual communication flow between backend and frontend&lt;/li&gt;
&lt;li&gt;User authentication is &lt;strong&gt;not&lt;/strong&gt; as easy as it seems!&lt;/li&gt;
&lt;li&gt;Most importantly: &lt;em&gt;simply starting&lt;/em&gt; is the greatest victory &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m dedicated to completing and enhancing EduConnect, and I’m looking forward to launching a functional version soon. This marks my &lt;strong&gt;first full-stack project&lt;/strong&gt;, and I’m proud of the progress I’ve made.&lt;/p&gt;




&lt;p&gt;Thanks for reading!&lt;br&gt;&lt;br&gt;
I’m &lt;strong&gt;Manish Suthar&lt;/strong&gt;, a student and developer bringing real-world ideas to life through code.&lt;br&gt;&lt;br&gt;
Feel free to connect with me on &lt;a href="https://github.com/Sutharmanish09" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; or leave a comment below!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
