<?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: Sifan </title>
    <description>The latest articles on DEV Community by Sifan  (@sifan_g).</description>
    <link>https://dev.to/sifan_g</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%2F3376453%2F3b3665ec-6ee2-43aa-b82d-ec2955d461c5.jpg</url>
      <title>DEV Community: Sifan </title>
      <link>https://dev.to/sifan_g</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sifan_g"/>
    <language>en</language>
    <item>
      <title>NexaWorks: Our Team’s Take on a Super Cool Office Intranet</title>
      <dc:creator>Sifan </dc:creator>
      <pubDate>Sun, 27 Jul 2025 18:34:44 +0000</pubDate>
      <link>https://dev.to/sifan_g/nexaworks-our-teams-take-on-a-super-cool-office-intranet-e69</link>
      <guid>https://dev.to/sifan_g/nexaworks-our-teams-take-on-a-super-cool-office-intranet-e69</guid>
      <description>&lt;p&gt;This is a submission for Frontend Challenge: Office Edition sponsored by Axero, Holistic Webdev: Office Space&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What We Built&lt;/strong&gt;&lt;br&gt;
Hey everyone! We’re pumped to share &lt;strong&gt;NexaWorks&lt;/strong&gt;, an office intranet we built to make work life smoother and more connected, whether you’re in the office or working from your couch. Using &lt;strong&gt;Next.js, Tailwind CSS, ShadCN/UI, TypeScript, and Lucide React&lt;/strong&gt; for icons, we created a clean, user-friendly, and welcoming hub. Our goal was to give employees quick access to updates, tasks, and team info with a professional yet approachable vibe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here’s what you’ll find in NexaWorks:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Theme Switcher:&lt;/strong&gt; A light/dark mode toggle in the navbar, because dark mode is just awesome.&lt;br&gt;
&lt;strong&gt;Team Spotlight:&lt;/strong&gt; Shows off team members with photos, bios, and roles, styled in a neat grid with “View Profile” buttons.&lt;br&gt;
&lt;strong&gt;Event Calendar:&lt;/strong&gt; Highlights upcoming events like workshops, with cards that fit right in with the site’s look.&lt;br&gt;
&lt;strong&gt;Resource Center:&lt;/strong&gt; Quick links to company docs and tools to get stuff done fast.&lt;br&gt;
&lt;strong&gt;Announcements/News:&lt;/strong&gt; A bar to keep everyone updated with the latest news.&lt;br&gt;
&lt;strong&gt;To-Do List:&lt;/strong&gt; A task tracker with a calendar picker and checkboxes that turn blue (blue-600) when checked—super satisfying to click!&lt;br&gt;
&lt;strong&gt;Popular Content:&lt;/strong&gt; Tracks what learning resources employees are into, encouraging everyone to explore.&lt;br&gt;
&lt;strong&gt;Sidebar Nav:&lt;/strong&gt; A slick, collapsible sidebar that highlights the current page (like “Home” with a blue-500 background and white text) and shows an avatar badge with “5” for unread inbox messages.&lt;br&gt;
&lt;strong&gt;Responsive Layout:&lt;/strong&gt; Looks great on phones, tablets, or desktops, with a grid that shifts from one to four columns.&lt;br&gt;
&lt;strong&gt;Profile Options:&lt;/strong&gt; A dropdown menu for account settings and sign-out, making things easy for users.&lt;/p&gt;

&lt;p&gt;We used a blue and orange color scheme—think blue-600 for buttons and checkboxes, and orange-500 for badges—to keep it cohesive and lively.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo&lt;/strong&gt;&lt;br&gt;
Live Demo: &lt;a href="https://nexa-works-seven.vercel.app" rel="noopener noreferrer"&gt;Live Demo Link&lt;/a&gt;&lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/Sifan23/NexaWorks" rel="noopener noreferrer"&gt;GitHub Repo Link&lt;/a&gt;&lt;/p&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%2Fxw9ompkefk2rgg73h4wv.jpeg" 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%2Fxw9ompkefk2rgg73h4wv.jpeg" alt="Demo" width="429" height="351"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We skipped embedding a CodePen since NexaWorks is a full Next.js app with server and client components. The live demo on Vercel lets you check out everything, play with the sidebar, click some to-do checkboxes, or explore the team section!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Journey&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building NexaWorks was such a fun ride, with a few bumps along the way! Here’s how we made it happen:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Planning:&lt;/strong&gt; We mapped out different sections of the homepage, like Welcome, NewsBlogs, UpcomingEvents, ToDoList, TeamSpotlight, and EssentialResources. We focused on making everything modular so it’s easy to add new stuff later.&lt;br&gt;
&lt;strong&gt;Tech Stack:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Next.js 15 (App Router)&lt;/strong&gt; let us mix server-side rendering with interactive features, like the to-do list checkboxes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tailwind CSS&lt;/strong&gt; made styling a breeze, with classes like bg-blue-500 for the sidebar’s active state and text-blue-600/80 for buttons.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;ShadCN/UI&lt;/strong&gt; gave us reusable components (like cards, avatars, and checkboxes) that we tweaked with our blue/orange theme.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;TypeScript&lt;/strong&gt; kept our code solid and error-free.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Lucide React&lt;/strong&gt; provided clean, consistent icons for the sidebar (Home, Inbox), to-do list (CalendarIcon), and more.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dark mode was a cool challenge, using &lt;strong&gt;next-themes&lt;/strong&gt; to switch between light and dark styles effortlessly.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Building It:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;Homepage&lt;/strong&gt; uses a responsive grid (grid-cols-1 sm:grid-cols-2 md:grid-cols-4) with cards styled in bg-primary-foreground.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;Sidebar&lt;/strong&gt; collapses to icons and highlights the active page (like “Home” with bg-blue-500 text-white) using usePathname.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;To-Do List&lt;/strong&gt; has a calendar picker and checkboxes that pop in blue-600 when checked, figuring out that dynamic toggle was a win!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The &lt;strong&gt;Team Spotlight&lt;/strong&gt; section shows team members in a clean grid with avatars and badges (bg-orange-100/50 text-orange-500 or bg-blue-100/50 text-blue-600).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Teamwork:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="mentioned-user" href="https://dev.to/sifan_g"&gt;@sifan_g&lt;/a&gt;&lt;/strong&gt;: Led the project, built the sidebar, to-do list, and tied the homepage together.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="mentioned-user" href="https://dev.to/mattialavai"&gt;@mattialavai&lt;/a&gt;&lt;/strong&gt;: Designed the UI/UX, crafted the team and news sections, and kept the look consistent.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We worked on separate Git branches, merging into the main branch with pull requests. A few merge conflicts popped up, but we sorted them out over virtual coffee chats.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Testing:&lt;/strong&gt; We tested on phones, tablets, and desktops to ensure everything looked sharp and ran fast. Vercel’s analytics and Lighthouse helped us catch slow spots. We added alt text to images (like team avatars and news photos) to make the site more accessible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deploying:&lt;/strong&gt; Pushing it live on Vercel was a big moment, seeing it all come together was so exciting!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What We Learned&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Getting Next.js server and client components to work together was tricky but taught us a ton.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Building reusable pieces (like cards and buttons) saved us so much time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding dark mode with Tailwind and next-themes was way easier than we expected.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Git teamwork showed us the importance of clear communication and checking our merges.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Adding alt text and testing accessibility made us think about all users.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Using Vercel and Lighthouse to optimize performance was a game-changer.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What We’re Proud Of&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The responsive design, our homepage grid shifting from one to four columns looks awesome on any device.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How &lt;a class="mentioned-user" href="https://dev.to/sifan_g"&gt;@sifan_g&lt;/a&gt; and &lt;a class="mentioned-user" href="https://dev.to/mattialavai"&gt;@mattialavai&lt;/a&gt; split tasks, making the whole process smooth and fun.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Team Credits&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Big shoutout to the team:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="mentioned-user" href="https://dev.to/sifan_g"&gt;@sifan_g&lt;/a&gt;&lt;/strong&gt; – Led the project and coded the sidebar, to-do list, and homepage magic.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a class="mentioned-user" href="https://dev.to/mattialavai"&gt;@mattialavai&lt;/a&gt;&lt;/strong&gt; – Designed the UI and built the team and news sections with style.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;License&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’re sharing NexaWorks under the &lt;a href="https://dev.tourl"&gt;MIT License&lt;/a&gt; so others can build on it. All images are from &lt;a href="https://www.pexels.com/" rel="noopener noreferrer"&gt;Pexels&lt;/a&gt;, which are free to use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Axero License Affirmation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We confirm we have all the rights to this submission. We’re cool with Axero using it on their website, marketing, or other channels, as long as they credit us with a link back to this post.&lt;br&gt;
Thanks for checking out NexaWorks! We had a blast building it, and we hope you have fun exploring it!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
