<?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: Fathima Mafaza Mafaza</title>
    <description>The latest articles on DEV Community by Fathima Mafaza Mafaza (@fathima_mafazamafaza_7fe).</description>
    <link>https://dev.to/fathima_mafazamafaza_7fe</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%2F2225665%2Fca90924e-67ee-4340-b988-ea2af9f7f0d9.png</url>
      <title>DEV Community: Fathima Mafaza Mafaza</title>
      <link>https://dev.to/fathima_mafazamafaza_7fe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fathima_mafazamafaza_7fe"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Student Study Planner with Google AI Studio | Weekend Challenge</title>
      <dc:creator>Fathima Mafaza Mafaza</dc:creator>
      <pubDate>Sat, 11 Jul 2026 06:44:04 +0000</pubDate>
      <link>https://dev.to/fathima_mafazamafaza_7fe/i-built-an-ai-powered-student-study-planner-with-google-ai-studio-weekend-challenge-25fj</link>
      <guid>https://dev.to/fathima_mafazamafaza_7fe/i-built-an-ai-powered-student-study-planner-with-google-ai-studio-weekend-challenge-25fj</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-07-09"&gt;Weekend Challenge: Passion Edition&lt;/a&gt;&lt;/em&gt;&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl0whhpm6ac8zee44htde.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl0whhpm6ac8zee44htde.jpg" alt=" " width="558" height="567"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm passionate about education, productivity, and using AI to solve real-world problems. For this challenge, I built AEGIS Planner, an AI-powered Student Study Planner using Google AI Studio and Gemini.&lt;/p&gt;

&lt;p&gt;The app helps students organize their academic life by managing study tasks, tracking progress, and improving focus with a built-in Pomodoro timer.&lt;/p&gt;

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

&lt;p&gt;Study Dashboard&lt;br&gt;
 Task Management (Add, Edit &amp;amp; Delete)&lt;br&gt;
 Calendar View&lt;br&gt;
 Subject Management&lt;br&gt;
 Study Progress Tracker&lt;br&gt;
 Pomodoro Focus Timer&lt;br&gt;
 Dark &amp;amp; Light Mode&lt;br&gt;
 Responsive Design&lt;/p&gt;

&lt;p&gt;This project demonstrates how Google AI Studio can generate a modern web application from a simple natural language prompt.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Google AI Studio App&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ai.studio/apps/267f338d-8afd-4bd7-9e12-aca10e3ad2c0" rel="noopener noreferrer"&gt;https://ai.studio/apps/267f338d-8afd-4bd7-9e12-aca10e3ad2c0&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;GitHub Repository&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/fathimamafa/student-study-planner" rel="noopener noreferrer"&gt;https://github.com/fathimamafa/student-study-planner&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The application was generated with Google AI Studio and uses React, TypeScript, and Lucide React for a modern component-based user interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I used Google AI Studio to quickly transform an idea into a working application.&lt;/p&gt;

&lt;h2&gt;
  
  
  Development Process
&lt;/h2&gt;

&lt;p&gt;Opened Google AI Studio.&lt;br&gt;
Wrote a prompt describing a Student Study Planner.&lt;br&gt;
Generated the application with Gemini.&lt;br&gt;
Explored the generated React and TypeScript code.&lt;br&gt;
Tested the application in the built-in preview.&lt;br&gt;
Published the app and shared it through AI Studio.&lt;br&gt;
Uploaded the source code to GitHub.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Google AI Studio&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Lucide React Icons&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;This project helped me learn:&lt;br&gt;
Prompt engineering for AI-generated applications&lt;br&gt;
React component architecture&lt;br&gt;
TypeScript fundamentals&lt;br&gt;
Reviewing and understanding AI-generated code&lt;br&gt;
Rapid application prototyping with Google AI&lt;br&gt;
Prize Categories&lt;/p&gt;

&lt;h2&gt;
  
  
  Best Use of Google AI
&lt;/h2&gt;

&lt;p&gt;Google AI Studio and Gemini were the primary technologies used to generate, prototype, and build this application.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;As an Applied Information Technology student, this challenge was a great opportunity to explore AI-assisted development. Google AI Studio significantly reduced the time needed to build the initial application, allowing me to focus on learning the code structure and improving the user experience.&lt;/p&gt;

&lt;p&gt;I'm excited to continue building AI-powered applications and discovering new ways to combine creativity with modern development tools.&lt;/p&gt;

&lt;p&gt;Thank you to the Google AI and DEV teams for organizing this inspiring challenge!&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>googleaichallenge</category>
      <category>react</category>
    </item>
  </channel>
</rss>
