<?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>Forem: Anjali Gupta</title>
    <description>The latest articles on Forem by Anjali Gupta (@anjali_gupta_16a3a4ce6863).</description>
    <link>https://forem.com/anjali_gupta_16a3a4ce6863</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%2F3870839%2F74454355-d99d-4bef-a24c-d46bc7863d2c.png</url>
      <title>Forem: Anjali Gupta</title>
      <link>https://forem.com/anjali_gupta_16a3a4ce6863</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/anjali_gupta_16a3a4ce6863"/>
    <language>en</language>
    <item>
      <title>I built a real-time ship tracking app with a clean UI — here’s what I learned</title>
      <dc:creator>Anjali Gupta</dc:creator>
      <pubDate>Fri, 10 Apr 2026 03:36:38 +0000</pubDate>
      <link>https://forem.com/anjali_gupta_16a3a4ce6863/i-built-a-real-time-ship-tracking-app-with-a-clean-ui-heres-what-i-learned-3co5</link>
      <guid>https://forem.com/anjali_gupta_16a3a4ce6863/i-built-a-real-time-ship-tracking-app-with-a-clean-ui-heres-what-i-learned-3co5</guid>
      <description>&lt;p&gt;Over the past week, I built a small project:&lt;br&gt;
👉 &lt;a href="https://ships.aihare.in/" rel="noopener noreferrer"&gt;https://ships.aihare.in/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s a simple, real-time ship-tracking tool with a focus on clean UI and speed.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;Why I built this&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;While exploring existing marine traffic tools, I noticed a common pattern:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cluttered interfaces
&lt;/li&gt;
&lt;li&gt;slow performance
&lt;/li&gt;
&lt;li&gt;too many controls for simple use cases
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted to see if I could build something simpler — a tool where you can just open the map and start tracking ships instantly.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;What the app does&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Track ships live on a global map
&lt;/li&gt;
&lt;li&gt;Monitor vessel movement in real time
&lt;/li&gt;
&lt;li&gt;Explore marine traffic visually
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was not to build a feature-heavy platform, but something fast and intuitive.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;What I focused on&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Minimal UI&lt;/strong&gt;&lt;br&gt;
I intentionally avoided overloading the interface.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Map-first design
&lt;/li&gt;
&lt;li&gt;Lightweight side panels
&lt;/li&gt;
&lt;li&gt;Only essential controls
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Performance&lt;/strong&gt;&lt;br&gt;
Real-time tracking needs to feel instant.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduced unnecessary re-renders
&lt;/li&gt;
&lt;li&gt;Optimized data loading
&lt;/li&gt;
&lt;li&gt;Kept the UI responsive even with live updates
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. User flow&lt;/strong&gt;&lt;br&gt;
The experience should feel obvious:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open → see ships → interact
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No onboarding, no friction.&lt;/p&gt;




&lt;h2&gt;
  
  
  Challenges I faced
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Balancing UI simplicity vs functionality&lt;/strong&gt;&lt;br&gt;
It’s easy to add features, but harder to keep things clean.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Handling real-time data&lt;/strong&gt;&lt;br&gt;
Ensuring updates don’t slow down the interface required careful structuring.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Layout decisions&lt;/strong&gt;&lt;br&gt;
Keeping the map dominant while still fitting filters, stats, and info panels took a few iterations.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’d improve next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Better search (by ship name, route, etc.)&lt;/li&gt;
&lt;li&gt;Alerts/notifications for specific vessels
&lt;/li&gt;
&lt;li&gt;More insights around shipping patterns
&lt;/li&gt;
&lt;li&gt;Mobile optimization improvements
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Would love your feedback
&lt;/h2&gt;

&lt;p&gt;If you have a minute, check it out:&lt;br&gt;
👉 &lt;a href="https://ships.aihare.in/" rel="noopener noreferrer"&gt;https://ships.aihare.in/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d really appreciate feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UI/UX (is it actually simpler?)
&lt;/li&gt;
&lt;li&gt;performance
&lt;/li&gt;
&lt;li&gt;anything confusing or missing
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Building small projects like this has been a great way to experiment and learn quickly.&lt;/p&gt;

&lt;p&gt;Curious — has anyone here worked on real-time map-based apps? Would love to hear your experience.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
