<?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: TheDivyaLog</title>
    <description>The latest articles on DEV Community by TheDivyaLog (@divya_karma_b2a285394c7af).</description>
    <link>https://dev.to/divya_karma_b2a285394c7af</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%2F3912057%2Ff49e8393-1cf9-4f63-a61a-7e2524690cbb.png</url>
      <title>DEV Community: TheDivyaLog</title>
      <link>https://dev.to/divya_karma_b2a285394c7af</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divya_karma_b2a285394c7af"/>
    <language>en</language>
    <item>
      <title>Building a Job Portal UI with MERN</title>
      <dc:creator>TheDivyaLog</dc:creator>
      <pubDate>Tue, 05 May 2026 10:40:52 +0000</pubDate>
      <link>https://dev.to/divya_karma_b2a285394c7af/building-a-job-portal-ui-with-mern-475i</link>
      <guid>https://dev.to/divya_karma_b2a285394c7af/building-a-job-portal-ui-with-mern-475i</guid>
      <description>&lt;p&gt;Hey Dev's 👋&lt;/p&gt;

&lt;p&gt;I recently started working on a Job Portal project using the MERN stack, but instead of jumping straight into backend, I decided to focus on the frontend first.&lt;/p&gt;

&lt;p&gt;This approach is helping me clearly understand the UI structure before connecting everything.&lt;/p&gt;

&lt;p&gt;🧠 Why I started with frontend?&lt;/p&gt;

&lt;p&gt;In many tutorials, backend and frontend are built together, but I wanted to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visualize the complete UI first&lt;/li&gt;
&lt;li&gt;Structure components properly&lt;/li&gt;
&lt;li&gt;Avoid messy integration later&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;**⚙️ Tech Stack (Frontend)&lt;br&gt;
**React.js&lt;br&gt;
CSS / Tailwind (mention what you used)&lt;/p&gt;

&lt;p&gt;**⚠️ Challenges I faced&lt;br&gt;
Managing component structure properly&lt;br&gt;
Handling state cleanly&lt;br&gt;
Designing reusable UI components&lt;/p&gt;

&lt;p&gt;🚧 What’s next?&lt;br&gt;
I’ll be moving to the backend using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;Express.js&lt;/li&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And then connect everything to make it a fully functional job portal.&lt;/p&gt;

&lt;p&gt;🎯 Goal of this project&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn real-world project structure&lt;/li&gt;
&lt;li&gt;Improve React skills&lt;/li&gt;
&lt;li&gt;Build something useful for users
🙌 Feedback?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’ve built something similar or have suggestions on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UI improvements&lt;/li&gt;
&lt;li&gt;Folder structure&lt;/li&gt;
&lt;li&gt;Best practices&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’d love to hear from you!&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>react</category>
      <category>ui</category>
      <category>webdev</category>
    </item>
    <item>
      <title>My First Log: Building a Job Card UI with MERN</title>
      <dc:creator>TheDivyaLog</dc:creator>
      <pubDate>Mon, 04 May 2026 14:54:45 +0000</pubDate>
      <link>https://dev.to/divya_karma_b2a285394c7af/my-first-log-building-a-job-card-ui-with-mern-20bk</link>
      <guid>https://dev.to/divya_karma_b2a285394c7af/my-first-log-building-a-job-card-ui-with-mern-20bk</guid>
      <description>&lt;h2&gt;
  
  
  Hi everyone! I’m Divya.
&lt;/h2&gt;

&lt;p&gt;I’ve recently been diving deep into the MERN stack, and honestly, it’s been a journey of highs and lows. I used to keep my projects hidden on my local computer, but I’ve decided to embrace the famous quote: &lt;/p&gt;

&lt;p&gt;"A jack of all trades is a master of none, but oftentimes better than a master of one." &lt;/p&gt;

&lt;p&gt;This blog is my way of stepping out of my comfort zone and documenting my growth.&lt;/p&gt;

&lt;p&gt;**The Project: Job Card UI&lt;br&gt;
  Recently, I focused on the "Front-end" part of the MERN stack by building a Job Card UI. I wanted to create something that looked clean and was easy for a job seeker to navigate. &lt;/p&gt;

&lt;p&gt;What I used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React.js for the component structure.&lt;/li&gt;
&lt;li&gt;CSS/Tailwind for the styling.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One Big Challenge I Faced :&lt;/p&gt;

&lt;p&gt;While building the "Job Cards," I struggled with making them responsive. On smaller screens, the text was overlapping! How I fixed it: I realized I wasn't using flex-wrap correctly. Once I adjusted my CSS, the cards started stacking beautifully on mobile devices. &lt;br&gt;
It was a small "aha!" moment that taught me a lot about layouts. &lt;/p&gt;

&lt;p&gt;My Goal I’m not a master yet, but I’m building my skills every day. My plan is to: Complete the backend for this portal. Overcome my fear of sharing my work with the world .&lt;/p&gt;

&lt;p&gt;What was the most challenging project you built when you started with React? I’d love to hear your stories in the comments!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>mern</category>
    </item>
  </channel>
</rss>
