<?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: NIKET KUMAR MISHRA</title>
    <description>The latest articles on DEV Community by NIKET KUMAR MISHRA (@niketmishra).</description>
    <link>https://dev.to/niketmishra</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%2F1553637%2F286d9575-513b-4a5d-9888-f8291538d018.jpeg</url>
      <title>DEV Community: NIKET KUMAR MISHRA</title>
      <link>https://dev.to/niketmishra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/niketmishra"/>
    <language>en</language>
    <item>
      <title>Timeless June: The Animated Wall Clock in My Study Room</title>
      <dc:creator>NIKET KUMAR MISHRA</dc:creator>
      <pubDate>Sun, 09 Jun 2024 16:08:10 +0000</pubDate>
      <link>https://dev.to/niketmishra/timeless-june-the-animated-wall-clock-in-my-study-room-2h2o</link>
      <guid>https://dev.to/niketmishra/timeless-june-the-animated-wall-clock-in-my-study-room-2h2o</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;For the month of June, I drew inspiration from the long summer days and the importance of time in our daily lives. This led me to create an &lt;strong&gt;&lt;em&gt;animated wall clock that hangs in my study room&lt;/em&gt;&lt;/strong&gt;, symbolizing both productivity and the passage of time.&lt;/p&gt;

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

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

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;Creating this animated wall clock was an exciting and educational experience. Here’s a brief overview of my process:&lt;/p&gt;

&lt;p&gt;Creating this animated wall clock was a fulfilling experience. I started with a simple HTML structure to define the clock's face and hands. Using CSS, I styled the clock to give it a modern and clean look, employing transformations and animations for smooth movement. JavaScript was then integrated to ensure the clock hands move accurately in real-time. This project enhanced my skills in CSS animations and JavaScript integration, and it now serves as a functional and decorative piece in my study room.&lt;/p&gt;

&lt;p&gt;MIT License&lt;/p&gt;

&lt;p&gt;Copyright (c) 2024 Niket Kumar Mishra&lt;/p&gt;

&lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:&lt;/p&gt;

&lt;p&gt;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&lt;/p&gt;

&lt;p&gt;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>The Frontend Challenge: Sculpting Sacredness of Lord Shiva</title>
      <dc:creator>NIKET KUMAR MISHRA</dc:creator>
      <pubDate>Fri, 31 May 2024 09:13:24 +0000</pubDate>
      <link>https://dev.to/niketmishra/the-frontend-challenge-sculpting-sacredness-of-lord-shiva-22i6</link>
      <guid>https://dev.to/niketmishra/the-frontend-challenge-sculpting-sacredness-of-lord-shiva-22i6</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;When I think of June, I am reminded of the vibrant cultural and religious celebrations that take place around the world. For this challenge, I chose to create a piece of art inspired by Lord Shiva, a significant deity in Hindu religion, symbolizing transformation and transcendence. June, being a month of transitions—whether it's the shift to summer in many parts of the world or a time of spiritual reflection—felt like the perfect time to honor Lord Shiva through CSS art.&lt;/p&gt;

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

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

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;Creating this CSS art of Lord Shiva was a fascinating journey. I began by defining custom CSS variables for colors and gradients, setting the stage for the overall aesthetic. Using a combination of flexbox and absolute positioning, I structured the elements to resemble Lord Shiva's iconic features.&lt;/p&gt;

&lt;p&gt;The head and body were formed using divs with border-radius properties, while intricate details like the third eye and crescent moon were meticulously crafted using absolute positioning and box-shadow effects. Animation was added to certain elements to give them a dynamic and lifelike appearance.&lt;/p&gt;

&lt;p&gt;Throughout the process, I experimented with various CSS properties and techniques, refining the art piece to achieve the desired outcome. This project not only honed my CSS skills but also deepened my appreciation for the artistry achievable through code.&lt;/p&gt;

&lt;p&gt;In the end, the result was a visually striking representation of Lord Shiva, paying homage to this revered deity in Hindu culture through the medium of CSS.&lt;/p&gt;

&lt;p&gt;MIT License&lt;/p&gt;

&lt;p&gt;Copyright (c) 2024 Niket Kumar Mishra&lt;/p&gt;

&lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:&lt;/p&gt;

&lt;p&gt;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&lt;/p&gt;

&lt;p&gt;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>The Frontend Challenge: Celebrating June with Chhota Bheem Adventures</title>
      <dc:creator>NIKET KUMAR MISHRA</dc:creator>
      <pubDate>Fri, 31 May 2024 08:55:57 +0000</pubDate>
      <link>https://dev.to/niketmishra/the-frontend-challenge-celebrating-june-with-chhota-bheem-adventures-3a0a</link>
      <guid>https://dev.to/niketmishra/the-frontend-challenge-celebrating-june-with-chhota-bheem-adventures-3a0a</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, CSS Art: June.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;For this challenge, I chose to highlight the beloved cartoon character Chhota Bheem. June is a month full of vibrant activities and celebrations, especially for children who are enjoying their summer holidays. Chhota Bheem, being a symbol of courage, adventure, and fun, perfectly encapsulates the spirit of summer. Additionally, the character's bright and cheerful appearance brings a sense of joy and excitement, making it an ideal representation of the energetic and lively month of June.&lt;/p&gt;

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

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

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;As someone not naturally gifted in art, I faced challenges in creating precise shapes. Inspired by my Minecraft experience, I decided to approach the project using a pixel art style. This method allowed me to build Chhota Bheem with basic blocks, much like in Minecraft.&lt;/p&gt;

&lt;p&gt;This project not only improved my CSS skills but also allowed me to blend creativity with technical problem-solving.&lt;/p&gt;

&lt;p&gt;MIT License&lt;/p&gt;

&lt;p&gt;Copyright (c) 2024 Niket Kumar Mishra&lt;/p&gt;

&lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:&lt;/p&gt;

&lt;p&gt;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&lt;/p&gt;

&lt;p&gt;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
  </channel>
</rss>
