<?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: Muskan Raghav</title>
    <description>The latest articles on DEV Community by Muskan Raghav (@muskancodes).</description>
    <link>https://dev.to/muskancodes</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%2F3878493%2F7dec488f-23a0-4462-8036-dbb94e495755.png</url>
      <title>DEV Community: Muskan Raghav</title>
      <link>https://dev.to/muskancodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muskancodes"/>
    <language>en</language>
    <item>
      <title>Solving the Cinema Intermission Struggle: Building a Real-Time Wait-Time Dashboard</title>
      <dc:creator>Muskan Raghav</dc:creator>
      <pubDate>Tue, 14 Apr 2026 12:30:53 +0000</pubDate>
      <link>https://dev.to/muskancodes/solving-the-cinema-intermission-struggle-building-a-real-time-wait-time-dashboard-27il</link>
      <guid>https://dev.to/muskancodes/solving-the-cinema-intermission-struggle-building-a-real-time-wait-time-dashboard-27il</guid>
      <description>&lt;p&gt;we've all experienced it...you step out during movie intermission and end up stuck in long queues food or the washroom. short break,long wait. &lt;/p&gt;

&lt;p&gt;I wanted to build a dashboard that solves the "real-world" friction of the cinema experience. It doesn't just show showtimes; it tracks live wait times for facilities like the food court and washrooms to help users plan their movement.&lt;/p&gt;

&lt;p&gt;Key Features:&lt;/p&gt;

&lt;p&gt;Real-time Updates: Live clock and status tracking (Now Showing/Next).&lt;/p&gt;

&lt;p&gt;Dynamic Wait Times: Visual indicators for high/medium traffic areas.&lt;/p&gt;

&lt;p&gt;Clean UI: Focused on readability and dark-mode aesthetics.&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%2Fp0lp3zydq0vjvzgimn2y.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%2Fp0lp3zydq0vjvzgimn2y.png" alt=" " width="800" height="379"&gt;&lt;/a&gt;&lt;br&gt;
Architecture Overview&lt;/p&gt;

&lt;p&gt;⚡ Frontend (React + Vite for speed and simplicity)&lt;br&gt;
I avoided heavy UI libraries and built a premium UI with Vanilla CSS, glassmorphism (backdrop-filter), and smooth micro-animations.&lt;br&gt;
📡 Real-Time Data&lt;br&gt;
Dynamic simulations mimicking real IoT feeds to display queue wait times using intuitive Green / Orange / Red indicators.&lt;br&gt;
🐳 Docker Multi-Stage Build&lt;br&gt;
Node builds the assets, and Nginx serves the optimized SPA on port 8080. Lightweight and production-ready.&lt;br&gt;
☁️ Cloud Infrastructure&lt;br&gt;
Deployed fully serverless on Google Cloud Run — auto-scaling, no Kubernetes overhead, and seamless CI/CD via Cloud Build.&lt;br&gt;
🚀 Built with Angularity&lt;br&gt;
Used Angularity to accelerate scaffolding, streamline workflow, and simplify deployment.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>beginners</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
