<?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: Oksana.Kolisnyk.22y.0</title>
    <description>The latest articles on DEV Community by Oksana.Kolisnyk.22y.0 (@tezv).</description>
    <link>https://dev.to/tezv</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%2F1381887%2Fc604c274-8275-4b66-8c0a-e8ff2540d521.jpeg</url>
      <title>DEV Community: Oksana.Kolisnyk.22y.0</title>
      <link>https://dev.to/tezv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tezv"/>
    <language>en</language>
    <item>
      <title>Play together in Etch-a-Sketch</title>
      <dc:creator>Oksana.Kolisnyk.22y.0</dc:creator>
      <pubDate>Mon, 25 Mar 2024 13:12:57 +0000</pubDate>
      <link>https://dev.to/tezv/play-together-in-etch-a-sketch-2h0l</link>
      <guid>https://dev.to/tezv/play-together-in-etch-a-sketch-2h0l</guid>
      <description>&lt;p&gt;This web development project, &lt;br&gt;
inspired by &lt;a href="https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/etch-a-sketch-project"&gt;&lt;strong&gt;The Odin Project's Etch-A-Sketch&lt;/strong&gt;&lt;/a&gt; assignment, &lt;/p&gt;

&lt;p&gt;focuses on creating a dynamic grid of square divs &lt;br&gt;
using &lt;strong&gt;JavaScript&lt;/strong&gt; for &lt;strong&gt;DOM manipulation&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;The project requirements include implementing a hover effect to change the appearance of squares as the mouse moves over them, and adding a clear button to reset the grid and prompt the user for a new grid size. &lt;/p&gt;

&lt;p&gt;The layout utilizes &lt;strong&gt;Flexbox&lt;/strong&gt; and &lt;strong&gt;CSS Grid&lt;/strong&gt; for element arrangement, with attention to centering elements and ensuring proper sizing of the grid container. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JavaScript functions&lt;/strong&gt; handle &lt;u&gt;grid creation&lt;/u&gt;, &lt;u&gt;hover effects&lt;/u&gt;, and &lt;u&gt;grid reset&lt;/u&gt; functionality. &lt;/p&gt;

&lt;p&gt;Additional styling enhancements were made to improve the project's visual appeal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Dynamic grid generation based on user input&lt;/li&gt;
&lt;li&gt;Hover effect to change square appearance&lt;/li&gt;
&lt;li&gt;The clear button to reset the grid&lt;/li&gt;
&lt;li&gt;Responsive layout using Flexbox and CSS Grid&lt;/li&gt;
&lt;li&gt;JavaScript functions for grid manipulation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Overall&lt;/u&gt;&lt;/strong&gt;, the project provides a hands-on opportunity to practice DOM manipulation, event handling, and responsive web design techniques, making it an engaging learning experience for web development beginners.&lt;/p&gt;

&lt;p&gt;I want to share with you my work:&lt;br&gt;
&lt;a href="https://tezv-etch-a-sketch.netlify.app"&gt;my Live Demo Code&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/TEZv/TheOdinProjects/tree/main/Etch-a-Sketch"&gt;my GitHub Code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading😊&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
