<?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: Bhavya Sharma</title>
    <description>The latest articles on DEV Community by Bhavya Sharma (@bhavya4907).</description>
    <link>https://dev.to/bhavya4907</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4059600%2Fcf9f75ab-8f81-40d7-8e55-4d9dfce76978.jpg</url>
      <title>DEV Community: Bhavya Sharma</title>
      <link>https://dev.to/bhavya4907</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhavya4907"/>
    <language>en</language>
    <item>
      <title>I Built a Flutter App to Make Campus Life a Little Easier</title>
      <dc:creator>Bhavya Sharma</dc:creator>
      <pubDate>Sun, 02 Aug 2026 22:34:48 +0000</pubDate>
      <link>https://dev.to/bhavya4907/i-built-a-flutter-app-to-make-campus-life-a-little-easier-12o6</link>
      <guid>https://dev.to/bhavya4907/i-built-a-flutter-app-to-make-campus-life-a-little-easier-12o6</guid>
      <description>&lt;p&gt;A few months ago, I noticed that students in my college were using different apps and WhatsApp groups for almost everything—buying and selling items, finding events, connecting with clubs, and sharing information.&lt;/p&gt;

&lt;p&gt;It felt messy.&lt;/p&gt;

&lt;p&gt;So I decided to build CampusHub, a Flutter app that brings those things together in one place.&lt;/p&gt;

&lt;p&gt;This wasn't just a UI project. I wanted to build something that felt like a real product, so I focused on both the user experience and the backend.&lt;/p&gt;

&lt;p&gt;What CampusHub Can Do&lt;/p&gt;

&lt;p&gt;🛒 Buy and sell items within the campus&lt;/p&gt;

&lt;p&gt;👤 User authentication and profiles&lt;/p&gt;

&lt;p&gt;📷 Upload product images&lt;/p&gt;

&lt;p&gt;📅 View campus events&lt;/p&gt;

&lt;p&gt;🎓 Club information&lt;/p&gt;

&lt;p&gt;🔔 Notifications&lt;/p&gt;

&lt;p&gt;☁️ Cloud-based data storage&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;Flutter&lt;/p&gt;

&lt;p&gt;Dart&lt;/p&gt;

&lt;p&gt;Firebase Authentication&lt;/p&gt;

&lt;p&gt;Cloud Firestore&lt;/p&gt;

&lt;p&gt;Firebase Storage&lt;/p&gt;

&lt;p&gt;The Challenges&lt;/p&gt;

&lt;p&gt;This project taught me that building an app is much more than writing UI code.&lt;/p&gt;

&lt;p&gt;I spent a lot of time debugging authentication issues, fixing Firestore security rules, handling image uploads, and making sure everything worked smoothly across different screens.&lt;/p&gt;

&lt;p&gt;There were plenty of frustrating moments, but every bug I solved taught me something new.&lt;/p&gt;

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

&lt;p&gt;Building CampusHub helped me understand:&lt;/p&gt;

&lt;p&gt;Flutter app architecture&lt;/p&gt;

&lt;p&gt;Firebase Authentication&lt;/p&gt;

&lt;p&gt;Firestore database design&lt;/p&gt;

&lt;p&gt;Cloud Storage&lt;/p&gt;

&lt;p&gt;State management&lt;/p&gt;

&lt;p&gt;Debugging real-world applications&lt;/p&gt;

&lt;p&gt;It was my first experience building something that could actually be useful to students instead of just being another tutorial project.&lt;/p&gt;

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

&lt;p&gt;I'm planning to keep improving the app by adding:&lt;/p&gt;

&lt;p&gt;Better search and filters&lt;/p&gt;

&lt;p&gt;In-app chat between buyers and sellers&lt;/p&gt;

&lt;p&gt;Push notifications&lt;/p&gt;

&lt;p&gt;Admin dashboard&lt;/p&gt;

&lt;p&gt;Improved UI and performance&lt;/p&gt;

&lt;p&gt;I'd genuinely appreciate any feedback or suggestions. If you have ideas that would make CampusHub more useful for students, I'd love to hear them.&lt;/p&gt;

&lt;p&gt;GitHub: {embed % &lt;a href="https://github.com/Bhavya4907/Android_App" rel="noopener noreferrer"&gt;https://github.com/Bhavya4907/Android_App&lt;/a&gt; %}&lt;/p&gt;

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

</description>
      <category>firebase</category>
      <category>flutter</category>
      <category>mobile</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I Built Kikar — An AI Messaging Platform That Creates Digital Versions of People</title>
      <dc:creator>Bhavya Sharma</dc:creator>
      <pubDate>Sun, 02 Aug 2026 22:14:14 +0000</pubDate>
      <link>https://dev.to/bhavya4907/i-built-kikar-an-ai-messaging-platform-that-creates-digital-versions-of-people-52i9</link>
      <guid>https://dev.to/bhavya4907/i-built-kikar-an-ai-messaging-platform-that-creates-digital-versions-of-people-52i9</guid>
      <description>&lt;p&gt;For the last few months, I've been working on Kikar, an AI-powered social messaging platform with a simple goal:&lt;br&gt;
What if every user could have an AI version of themselves that learns from conversations and can chat in their own style?&lt;br&gt;
Instead of building another generic chatbot, I wanted to explore the idea of AI personalities that evolve over time.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;br&gt;
Next.js&lt;br&gt;
React&lt;br&gt;
TypeScript&lt;br&gt;
Tailwind CSS&lt;br&gt;
Supabase&lt;br&gt;
Capacitor&lt;br&gt;
Groq API&lt;/p&gt;

&lt;p&gt;The biggest thing this project taught me wasn't AI—it was how all the pieces of a real application fit together. From authentication and databases to APIs and frontend architecture, I learned far more than I expected when I first created the repository.&lt;br&gt;
There's still a long way to go. I want to improve AI memory, add voice features, polish the UI, and make the conversations feel even more natural.&lt;br&gt;
If you have a few minutes, I'd genuinely appreciate any feedback—whether it's about the code, the design, or the idea itself.&lt;br&gt;
GitHub: &lt;a href="https://github.com/Bhavya4907/Kikar" rel="noopener noreferrer"&gt;https://github.com/Bhavya4907/Kikar&lt;/a&gt; %}&lt;br&gt;
Thanks for reading. I hope this project keeps getting better with every update.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>supabase</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
