<?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: Felicia Kwame</title>
    <description>The latest articles on DEV Community by Felicia Kwame (@feliciakwame).</description>
    <link>https://dev.to/feliciakwame</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%2F1805245%2Fd2e33412-b852-4023-a63d-bbd8cae04ae2.jpeg</url>
      <title>DEV Community: Felicia Kwame</title>
      <link>https://dev.to/feliciakwame</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/feliciakwame"/>
    <language>en</language>
    <item>
      <title>My Phase Two Project</title>
      <dc:creator>Felicia Kwame</dc:creator>
      <pubDate>Fri, 16 Aug 2024 07:17:32 +0000</pubDate>
      <link>https://dev.to/feliciakwame/my-phase-two-project-32i9</link>
      <guid>https://dev.to/feliciakwame/my-phase-two-project-32i9</guid>
      <description>&lt;p&gt;So technically this was a group project of four people and we built an amateur online store.The API did not have much but functionality is key.We had some cool features and I also discovered uiverse that has a lot of elements that comes with a code too..pretty cool if you ask me.The group project was super fun we laughed a lot and got stressed too.Feel free to check it out.&lt;br&gt;
Live link:[&lt;a href="https://phase-2-group-project-iota.vercel.app/" rel="noopener noreferrer"&gt;https://phase-2-group-project-iota.vercel.app/&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Read this if you're feeling overwhelmed</title>
      <dc:creator>Felicia Kwame</dc:creator>
      <pubDate>Wed, 31 Jul 2024 08:20:05 +0000</pubDate>
      <link>https://dev.to/feliciakwame/read-this-if-youre-feeling-overwhelmed-3372</link>
      <guid>https://dev.to/feliciakwame/read-this-if-youre-feeling-overwhelmed-3372</guid>
      <description>&lt;p&gt;Hey my name is Felicia an beginner in software development lemme tell you it's not easy for me right now but I'm writing this blog incase someone else feels overwhelmed with coding just like me at the moment.&lt;strong&gt;YOU'RE NOT ALONE AND THIS IS JUST PART OF THE PROCESS&lt;/strong&gt;.Keep grinding love ,take a break if you need to,listen to your favorite playlist and get back to work .Remember,someone out there is doing more than you and you might end up applying for the same job scary right???...Well do your best in everything you do and don't let your fire burn out .&lt;br&gt;
&lt;strong&gt;I promise you that code will work eventually&lt;/strong&gt; .&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>What to do as your first project?</title>
      <dc:creator>Felicia Kwame</dc:creator>
      <pubDate>Fri, 19 Jul 2024 07:47:33 +0000</pubDate>
      <link>https://dev.to/feliciakwame/what-to-do-as-your-first-project-3nne</link>
      <guid>https://dev.to/feliciakwame/what-to-do-as-your-first-project-3nne</guid>
      <description>&lt;p&gt;So as a beginner software and web developer you might get stuck on what to do but don't worry I was there too and still struggling to find my way out so think of this as an older sister guide.&lt;/p&gt;

&lt;p&gt;Here are some beginner projects I would recommend:&lt;br&gt;
**1. To-Do List Application&lt;br&gt;
Create a simple to-do list app where users can add, delete, and mark tasks as completed. This project helps you learn about DOM manipulation, event handling, and localStorage for persisting data.&lt;/p&gt;

&lt;p&gt;**2. Calculator&lt;br&gt;
Build a basic calculator that can perform addition, subtraction, multiplication, and division. This project will help you practice handling user inputs and performing mathematical operations.&lt;/p&gt;

&lt;p&gt;**3. Weather App&lt;br&gt;
Create a weather application using a public API like OpenWeatherMap. This will help you learn how to fetch data from an API, parse JSON, and display data dynamically.&lt;/p&gt;

&lt;p&gt;**4. Quiz App&lt;br&gt;
Develop a quiz application where users can answer multiple-choice questions. You can display the score at the end and even add a timer for each question. This project will help you practice handling arrays and user interactions.&lt;/p&gt;

&lt;p&gt;**5. Recipe App&lt;br&gt;
Create a recipe app where users can search for recipes by ingredient or name. Use a public API like TheMealDB to fetch recipe data. This will give you practice with API integration and handling search functionality.&lt;/p&gt;

&lt;p&gt;**6. Expense Tracker&lt;br&gt;
Build an expense tracker where users can add, edit, and delete expenses. Show a summary of total expenses and categorize them. This project will help you practice CRUD operations and localStorage.&lt;/p&gt;

&lt;p&gt;**7. Image Gallery&lt;br&gt;
Create an image gallery that displays a collection of images. Add features like image filtering, searching, and lightbox viewing. This project will help you work with arrays, filtering, and modal dialogs.&lt;/p&gt;

&lt;p&gt;**8. Memory Game&lt;br&gt;
Develop a memory game where users have to match pairs of cards. This project will help you practice working with arrays, event handling, and DOM manipulation.&lt;/p&gt;

&lt;p&gt;**9. Tip Calculator&lt;br&gt;
Build a tip calculator that calculates the tip based on the bill amount and selected tip percentage. This project will help you practice handling user inputs and performing calculations.&lt;/p&gt;

&lt;p&gt;**10. Clock&lt;br&gt;
Create a real-time clock that displays the current time and updates every second. You can add features like a stopwatch or timer to make it more interactive. This project will help you work with date and time functions in JavaScript.&lt;/p&gt;

&lt;p&gt;**11. Random Quote Generator&lt;br&gt;
Develop a random quote generator that fetches and displays a new quote each time a button is clicked. You can use a public API for quotes or store a collection of quotes in an array.&lt;/p&gt;

&lt;p&gt;**12. Landing Page with Modal&lt;br&gt;
Create a landing page with a call-to-action button that opens a modal dialog. The modal can contain a sign-up form or additional information. This project will help you practice working with CSS for styling and JavaScript for interactivity.&lt;br&gt;
 These are projects I recommend especially when you have the knowledge in CSS,HTML ,REACT AND JAVASCRIPT...Good luck pookies.&lt;br&gt;
&lt;a href="https://www.instagram.com/_feliciakwame" rel="noopener noreferrer"&gt;Instagram&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Feliciakwame" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

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