<?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: Chijioke Nwabasili </title>
    <description>The latest articles on DEV Community by Chijioke Nwabasili  (@chijiokenwabasili).</description>
    <link>https://dev.to/chijiokenwabasili</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%2F2668518%2Fae9742b7-df7b-4dce-9526-6c0961bf924a.jpg</url>
      <title>DEV Community: Chijioke Nwabasili </title>
      <link>https://dev.to/chijiokenwabasili</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chijiokenwabasili"/>
    <language>en</language>
    <item>
      <title>From Website to Workspace: Building the NurtureNest Admin Dashboard</title>
      <dc:creator>Chijioke Nwabasili </dc:creator>
      <pubDate>Sun, 27 Jul 2025 13:20:25 +0000</pubDate>
      <link>https://dev.to/chijiokenwabasili/from-website-to-workspace-building-the-nurturenest-admin-dashboard-4gel</link>
      <guid>https://dev.to/chijiokenwabasili/from-website-to-workspace-building-the-nurturenest-admin-dashboard-4gel</guid>
      <description>&lt;h2&gt;
  
  
  Wrapping Up the NurtureNest Admin Dashboard
&lt;/h2&gt;

&lt;p&gt;I’ve just wrapped up building the admin dashboard prototype for &lt;strong&gt;NurtureNest&lt;/strong&gt;, the fictional childcare platform I introduced in my &lt;a href="https://dev.to/devceejay/launching-nurturenest-designing-a-responsive-childcare-website-2h10"&gt;first post&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;While the public-facing site focuses on parents and families, the admin dashboard is designed to support internal staff managing day-to-day operations.&lt;/p&gt;




&lt;h2&gt;
  
  
  What the Dashboard Includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Dynamic stat cards&lt;/strong&gt; showing total enrollments, new inquiries, pending messages, and attendance
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;weekly enrollment chart&lt;/strong&gt; powered by Chart.js
&lt;/li&gt;
&lt;li&gt;Core admin tools like a &lt;strong&gt;search bar&lt;/strong&gt;, &lt;strong&gt;profile dropdown&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Sections to manage &lt;strong&gt;enrollments&lt;/strong&gt;, &lt;strong&gt;daily attendance logs&lt;/strong&gt;, &lt;strong&gt;messages&lt;/strong&gt;, &lt;strong&gt;event calendar&lt;/strong&gt;, and &lt;strong&gt;site content updates&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Editable content areas for FAQs and homepage highlights, enabling non-technical staff to update information easily&lt;/li&gt;
&lt;/ul&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%2Fnihbo0r839s0rwalwu83.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%2Fnihbo0r839s0rwalwu83.png" alt="NurtureNest Admin dashboard prototype" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's the link to the 𝗗𝗮𝘀𝗵𝗯𝗼𝗮𝗿𝗱: 🔗 &lt;a href="https://nurturenestcare-admin-dashboard.vercel.app" rel="noopener noreferrer"&gt;https://nurturenestcare-admin-dashboard.vercel.app&lt;/a&gt; (Desktop View Only)&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;This part of the project helped me sharpen my frontend skills in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handling and displaying mock data dynamically
&lt;/li&gt;
&lt;li&gt;Organizing UI components and workflows for internal users
&lt;/li&gt;
&lt;li&gt;Applying JavaScript for interactivity, including event handling and DOM manipulation
&lt;/li&gt;
&lt;li&gt;Integrating third-party libraries like Chart.js for data visualization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Working with mock data allowed me to simulate real-world admin workflows without setting up a backend, keeping the focus on usability and interface design.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;With the admin dashboard wrapped up, I’m excited to move on to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deepening my JavaScript knowledge
&lt;/li&gt;
&lt;li&gt;Learning to work with APIs
&lt;/li&gt;
&lt;li&gt;Experimenting with tools like Firebase to add authentication and live data handling&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Check It Out
&lt;/h2&gt;

&lt;p&gt;You can explore the live &lt;strong&gt;public-facing site&lt;/strong&gt; here:&lt;br&gt;&lt;br&gt;
🔗 &lt;a href="https://nurturenestcare.vercel.app" rel="noopener noreferrer"&gt;https://nurturenestcare.vercel.app&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If you’ve built admin tools or dashboards before, I’d love to hear your tips or challenges you faced while learning. Feel free to share in the comments!&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Thanks again for following my learning journey. More updates coming soon!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>frontend</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Launching NurtureNest: Designing a Responsive Childcare Website</title>
      <dc:creator>Chijioke Nwabasili </dc:creator>
      <pubDate>Wed, 23 Jul 2025 11:27:06 +0000</pubDate>
      <link>https://dev.to/chijiokenwabasili/launching-nurturenest-designing-a-responsive-childcare-website-2h10</link>
      <guid>https://dev.to/chijiokenwabasili/launching-nurturenest-designing-a-responsive-childcare-website-2h10</guid>
      <description>&lt;h2&gt;
  
  
  Launching NurtureNest: Designing a Responsive Childcare Website
&lt;/h2&gt;

&lt;p&gt;I recently completed designing and building &lt;strong&gt;NurtureNest&lt;/strong&gt;, a self-initiated concept website for a fictional childcare center. Built from scratch using HTML, CSS, and JavaScript, this project was about more than just design, it was an opportunity to practice creating a full, responsive website that balances warmth and professionalism.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why NurtureNest?
&lt;/h2&gt;

&lt;p&gt;Childcare websites have to do a lot at once, they need to feel friendly and welcoming while also earning parents’ trust. That means thoughtful design, clear navigation, and content that speaks to both emotion and logic.&lt;/p&gt;

&lt;p&gt;With NurtureNest, I aimed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a calming and approachable feel&lt;/li&gt;
&lt;li&gt;Make information easy to find&lt;/li&gt;
&lt;li&gt;Highlight what makes the center feel human and trustworthy&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Here’s what the public-facing site includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Interactive program cards&lt;/strong&gt; - Clicking opens a modal with more details&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Meet the Team section&lt;/strong&gt; - Putting real faces to the brand to build trust&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Daily Moments gallery&lt;/strong&gt; - Showcasing activities in a visual, engaging way&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Parent testimonials&lt;/strong&gt; - For social proof and added credibility&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Clear calls-to-action&lt;/strong&gt; - Making enrollment and contact easy to start&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🖥️ &lt;strong&gt;Live site:&lt;/strong&gt; &lt;a href="https://nurturenestcare.vercel.app" rel="noopener noreferrer"&gt;https://nurturenestcare.vercel.app&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;NurtureNest website Hero section&lt;br&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%2Fb1mnf8eqvlpuq5c6cpgt.webp" 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%2Fb1mnf8eqvlpuq5c6cpgt.webp" alt="NurtureNest website Hero section" width="800" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NurtureNest website Programs section&lt;br&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%2F35tfbh92veut26m5r5mi.webp" 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%2F35tfbh92veut26m5r5mi.webp" alt="NurtureNest website Programs section" width="800" height="372"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;Building this project helped me sharpen my frontend skills while focusing more on &lt;strong&gt;usability&lt;/strong&gt; and &lt;strong&gt;content flow&lt;/strong&gt;. I started thinking beyond layout and styles, asking questions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How will a parent interact with this section?&lt;/li&gt;
&lt;li&gt;Does the page feel overwhelming or reassuring?&lt;/li&gt;
&lt;li&gt;Are key actions obvious and accessible?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was also a great chance to write clean, reusable HTML and CSS, and structure JavaScript for future growth.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;This is just the public-facing part. I'm now working on an &lt;strong&gt;admin dashboard&lt;/strong&gt; prototype for internal staff to manage things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enrollments&lt;/li&gt;
&lt;li&gt;Attendance logs&lt;/li&gt;
&lt;li&gt;Site content (e.g., FAQs, homepage text)&lt;/li&gt;
&lt;li&gt;Event tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to take the project from static website to something closer to a &lt;strong&gt;functional internal tool&lt;/strong&gt;, where real tasks could be performed behind the scenes.&lt;/p&gt;

&lt;p&gt;I'll be sharing more posts as that side of the project comes together.&lt;/p&gt;




&lt;h2&gt;
  
  
  Got Feedback?
&lt;/h2&gt;

&lt;p&gt;If you’ve worked on similar projects or have ideas for improving the design, UX, or structure, I’d love to hear your thoughts in the comments!&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙌&lt;/p&gt;




&lt;h3&gt;
  
  
  🔗 Link
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;a href="https://nurturenestcare.vercel.app" rel="noopener noreferrer"&gt;Live Site - NurtureNest&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>frontend</category>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
