<?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: Pragati Kamdi</title>
    <description>The latest articles on DEV Community by Pragati Kamdi (@pragatikamdi).</description>
    <link>https://dev.to/pragatikamdi</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%2F4058143%2Fe0ef2f2e-2af0-43a7-a259-648e8c72edb7.png</url>
      <title>DEV Community: Pragati Kamdi</title>
      <link>https://dev.to/pragatikamdi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pragatikamdi"/>
    <language>en</language>
    <item>
      <title>freshbite</title>
      <dc:creator>Pragati Kamdi</dc:creator>
      <pubDate>Sat, 08 Aug 2026 15:50:48 +0000</pubDate>
      <link>https://dev.to/pragatikamdi/freshbite-3hi1</link>
      <guid>https://dev.to/pragatikamdi/freshbite-3hi1</guid>
      <description>&lt;h1&gt;
  
  
  🍔 FreshBite – Building an Online Food Ordering Website
&lt;/h1&gt;

&lt;p&gt;In today's digital world, online food ordering has become a convenient way for people to discover restaurants, explore menus, and order their favorite food from home. To gain practical experience in web development, I created &lt;strong&gt;FreshBite&lt;/strong&gt;, a simple online food ordering website.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 About FreshBite
&lt;/h2&gt;

&lt;p&gt;FreshBite is a food ordering platform that allows users to browse restaurants, view food menus, add items to a shopping cart, and place orders.&lt;/p&gt;

&lt;p&gt;The main goal of this project was to create a simple and user-friendly website while learning the fundamentals of frontend web development.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Technologies Used
&lt;/h2&gt;

&lt;p&gt;I developed FreshBite using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HTML5&lt;/strong&gt; – To create the structure of the website.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS3&lt;/strong&gt; – To design and style the pages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JavaScript&lt;/strong&gt; – To add interactive features and functionality.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ✨ Key Features
&lt;/h2&gt;

&lt;p&gt;The website includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏠 Home page&lt;/li&gt;
&lt;li&gt;🍴 Restaurant browsing&lt;/li&gt;
&lt;li&gt;📋 Food menus&lt;/li&gt;
&lt;li&gt;🛒 Shopping cart&lt;/li&gt;
&lt;li&gt;➕ Item quantity management&lt;/li&gt;
&lt;li&gt;💰 Total price calculation&lt;/li&gt;
&lt;li&gt;📦 Order placement&lt;/li&gt;
&lt;li&gt;🔗 Navigation between pages&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;While working on FreshBite, I learned how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create webpages using HTML.&lt;/li&gt;
&lt;li&gt;Style websites using CSS.&lt;/li&gt;
&lt;li&gt;Add interactivity using JavaScript.&lt;/li&gt;
&lt;li&gt;Organize files and folders in a web project.&lt;/li&gt;
&lt;li&gt;Connect different webpages using navigation links.&lt;/li&gt;
&lt;li&gt;Build a project based on a real-world use case.&lt;/li&gt;
&lt;li&gt;Upload and manage a project on GitHub.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Challenges
&lt;/h2&gt;

&lt;p&gt;One of the main challenges was understanding how to organize multiple HTML, CSS, JavaScript, and image files correctly. I also learned how important correct file paths are when connecting different pages and resources.&lt;/p&gt;

&lt;p&gt;Solving these problems helped me become more confident with web development.&lt;/p&gt;

&lt;h2&gt;
  
  
  📌 Conclusion
&lt;/h2&gt;

&lt;p&gt;FreshBite was a valuable learning experience that helped me understand the basics of building a functional website. It allowed me to apply my knowledge of HTML, CSS, and JavaScript to a practical project.&lt;/p&gt;

&lt;p&gt;I look forward to improving FreshBite further by adding features such as user login, online payment, order tracking, and a backend database.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project:&lt;/strong&gt; FreshBite – Online Food Ordering Website&lt;br&gt;
&lt;strong&gt;Developed by:&lt;/strong&gt; Pragati Kamdi&lt;br&gt;
&lt;strong&gt;Technology:&lt;/strong&gt; HTML, CSS, JavaScript&lt;/p&gt;

</description>
      <category>frontend</category>
      <category>html</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Building My First AI Registration chatbot</title>
      <dc:creator>Pragati Kamdi</dc:creator>
      <pubDate>Sat, 01 Aug 2026 15:13:55 +0000</pubDate>
      <link>https://dev.to/pragatikamdi/building-my-first-ai-registration-chatbot-3100</link>
      <guid>https://dev.to/pragatikamdi/building-my-first-ai-registration-chatbot-3100</guid>
      <description>&lt;h1&gt;
  
  
  Building My First AI Registration Chatbot Using Python
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;As part of my internship, I developed an &lt;strong&gt;AI Registration Chatbot&lt;/strong&gt; using Python. The main goal of this project was to create a chatbot that interacts with users, collects their registration details, validates the information, and confirms successful registration. This project helped me understand the basics of chatbot development and improve my Python programming skills.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Objective
&lt;/h2&gt;

&lt;p&gt;The objective of this project was to automate the registration process through a simple conversational chatbot. Instead of filling out a traditional form, users can provide their details by interacting with the chatbot.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Greets the user with a friendly message.&lt;/li&gt;
&lt;li&gt;Collects user information such as name, email, and phone number.&lt;/li&gt;
&lt;li&gt;Validates user input.&lt;/li&gt;
&lt;li&gt;Handles invalid entries by asking the user to enter the information again.&lt;/li&gt;
&lt;li&gt;Displays a registration confirmation message after successful completion.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Technologies Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;During this project, I learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python programming fundamentals&lt;/li&gt;
&lt;li&gt;Functions and conditional statements&lt;/li&gt;
&lt;li&gt;User input validation&lt;/li&gt;
&lt;li&gt;Basic chatbot logic&lt;/li&gt;
&lt;li&gt;Version control using Git and GitHub&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;One of the main challenges was validating user inputs correctly and ensuring the chatbot handled different types of responses without errors. Testing multiple scenarios helped improve the chatbot's reliability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Building this AI Registration Chatbot was a valuable learning experience. It strengthened my programming skills and gave me practical experience in creating a simple AI-based application. This project has motivated me to continue learning and build more advanced chatbot and AI projects in the future.&lt;/p&gt;

&lt;h3&gt;
  
  
  GitHub Repository
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/kamdipragati565-creator/AI_registration_chatbot" rel="noopener noreferrer"&gt;https://github.com/kamdipragati565-creator/AI_registration_chatbot&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
