<?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: Ishmael Sunday</title>
    <description>The latest articles on DEV Community by Ishmael Sunday (@ishmaelsunday).</description>
    <link>https://dev.to/ishmaelsunday</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%2F2517489%2F06761f34-0fa0-470c-a6f4-0909f7c4b57f.JPEG</url>
      <title>DEV Community: Ishmael Sunday</title>
      <link>https://dev.to/ishmaelsunday</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishmaelsunday"/>
    <language>en</language>
    <item>
      <title>Age based list management</title>
      <dc:creator>Ishmael Sunday</dc:creator>
      <pubDate>Wed, 11 Dec 2024 22:51:24 +0000</pubDate>
      <link>https://dev.to/ishmaelsunday/age-based-list-management-43ie</link>
      <guid>https://dev.to/ishmaelsunday/age-based-list-management-43ie</guid>
      <description>&lt;p&gt;Build an app that takes users info (name and age) and puts them first in a general list(users). In the process, verifies if user is an adult or a minor, then puts them in separate lists(adults and minors) and displays the adults and minors list in the browser.&lt;/p&gt;

&lt;p&gt;In a real world case, this is good for when your app is generally for all ages but only allows to sell to its adults users. This way you can send info only to minors that are just for them, vase versa.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/kofa-Sunday/embed/vEBKjbB?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>responsiveweb</category>
      <category>kofasunday</category>
      <category>webdev</category>
    </item>
    <item>
      <title>List made with HTML, CSS, JavaScript.</title>
      <dc:creator>Ishmael Sunday</dc:creator>
      <pubDate>Sun, 08 Dec 2024 18:41:07 +0000</pubDate>
      <link>https://dev.to/ishmaelsunday/add-a-fake-name-to-the-petition-list-34pj</link>
      <guid>https://dev.to/ishmaelsunday/add-a-fake-name-to-the-petition-list-34pj</guid>
      <description>&lt;p&gt;In this exercise, we get users to add their  names to a petition list.&lt;/p&gt;

&lt;p&gt;First Option
We update user with the total number of people on the list by accessing the array length and displaying the number in a sentence(preferred method).&lt;/p&gt;

&lt;p&gt;Second Option
 The list is an order list so user can know the total number of people on the list that way. Also it good for a  members of an org  who members would like to know who's on the list too.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/ishmael-Sunday/embed/mybPjZg?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Javascript Current Date App (Project 1, Day 5 of 100)</title>
      <dc:creator>Ishmael Sunday</dc:creator>
      <pubDate>Sun, 08 Dec 2024 01:22:57 +0000</pubDate>
      <link>https://dev.to/ishmaelsunday/javascript-current-date-app-project-1-day-5-of-100-47lf</link>
      <guid>https://dev.to/ishmaelsunday/javascript-current-date-app-project-1-day-5-of-100-47lf</guid>
      <description>&lt;p&gt;This is my first real build without copying code. Meaning that I can code the javascript  used in this app without looking at any outside source. &lt;/p&gt;

&lt;p&gt;This app greets you based on the time of the day( good morning,  good afternoon and good evening) and gives  you  the current date everyday.&lt;/p&gt;

&lt;p&gt;As for the HTML and  CSS, I have been working with those for a while now.  So no big deal on that.  &lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/kofa-Sunday/embed/xbKVpEa?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
  </channel>
</rss>
