<?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: Shivanshu Prajapati</title>
    <description>The latest articles on DEV Community by Shivanshu Prajapati (@shivanshu-prajapati).</description>
    <link>https://dev.to/shivanshu-prajapati</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%2F1955748%2F5171e302-49c7-412f-89a7-b5188a8a7c73.png</url>
      <title>DEV Community: Shivanshu Prajapati</title>
      <link>https://dev.to/shivanshu-prajapati</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivanshu-prajapati"/>
    <language>en</language>
    <item>
      <title>Completed My JavaScript Learning Journey: Here’s What I Built Along the Way</title>
      <dc:creator>Shivanshu Prajapati</dc:creator>
      <pubDate>Wed, 11 Sep 2024 14:09:30 +0000</pubDate>
      <link>https://dev.to/shivanshu-prajapati/completed-my-javascript-learning-journey-heres-what-i-built-along-the-way-5cih</link>
      <guid>https://dev.to/shivanshu-prajapati/completed-my-javascript-learning-journey-heres-what-i-built-along-the-way-5cih</guid>
      <description>&lt;p&gt;Hey Dev.to community! 👋&lt;/p&gt;

&lt;p&gt;I’m excited to announce that I’ve just completed my JavaScript learning journey! It was a fun and challenging experience, but I’ve gained so much knowledge and built some cool projects.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DOM Manipulation:&lt;/strong&gt; Learned how to dynamically update the web page using JavaScript.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ES6+ Syntax:&lt;/strong&gt; Got comfortable with modern JavaScript features like arrow functions, promises, and destructuring.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Asynchronous Programming:&lt;/strong&gt; Learned how to handle API calls with the Fetch API and async/await.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Applications:&lt;/strong&gt; Built interactive web apps using event handling, forms, and validation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  My Favorite Project:
&lt;/h3&gt;

&lt;p&gt;One of the projects I’m most proud of is a [project name] that showcases [brief description of project]. You can check it out here: [Link to live project or GitHub repository].&lt;/p&gt;

&lt;h2&gt;
  
  
  Next Steps:
&lt;/h2&gt;

&lt;p&gt;Now that I’ve completed the basics, I’m moving on to frameworks like React to continue building even more complex apps. Stay tuned for more updates!&lt;/p&gt;

&lt;p&gt;Would love to hear your thoughts or suggestions!&lt;/p&gt;

&lt;h1&gt;
  
  
  JavaScript #WebDevelopment #FrontendDev #LearningJourney
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6dvnrld88hh30jtstgj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj6dvnrld88hh30jtstgj.png" alt="Image description" width="800" height="790"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>My First CSS Responsive Project: A Tech Blog Built from Scratch</title>
      <dc:creator>Shivanshu Prajapati</dc:creator>
      <pubDate>Wed, 28 Aug 2024 06:39:40 +0000</pubDate>
      <link>https://dev.to/shivanshu-prajapati/my-first-css-responsive-project-a-tech-blog-built-from-scratch-101k</link>
      <guid>https://dev.to/shivanshu-prajapati/my-first-css-responsive-project-a-tech-blog-built-from-scratch-101k</guid>
      <description>&lt;p&gt;Hey Dev.to community! 👋&lt;/p&gt;

&lt;p&gt;I’m excited to share that I’ve just completed my first fully responsive project using CSS. The project is a tech blog, designed to be fully functional across all devices—whether you're on a mobile phone, tablet, or desktop.&lt;/p&gt;

&lt;h3&gt;
  
  
  Project Highlights:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Responsive Layout:&lt;/strong&gt; Utilized Flexbox and Grid to create a layout that adjusts seamlessly across different screen sizes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile-First Design:&lt;/strong&gt; Focused on mobile-first principles to ensure the best user experience on smaller devices.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean Code:&lt;/strong&gt; Followed best practices to write clean, maintainable CSS.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Live Demo:
&lt;/h3&gt;

&lt;p&gt;🔗 &lt;a href="https://techblog-shivanshu.vercel.app" rel="noopener noreferrer"&gt;Check out the project here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to get your feedback and any tips for improvement. This was a significant step in my learning journey, and I’m eager to continue building more complex and interactive websites!&lt;/p&gt;

&lt;h1&gt;
  
  
  CSS #WebDevelopment #ResponsiveDesign #LearningToCode
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd9jazdjv26o85tazku7r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd9jazdjv26o85tazku7r.png" alt="Image description" width="800" height="1443"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>sideprojects</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How I Mastered CSS: From Basics to Responsive Design</title>
      <dc:creator>Shivanshu Prajapati</dc:creator>
      <pubDate>Sat, 24 Aug 2024 01:33:42 +0000</pubDate>
      <link>https://dev.to/shivanshu-prajapati/how-i-mastered-css-from-basics-to-responsive-design-39c5</link>
      <guid>https://dev.to/shivanshu-prajapati/how-i-mastered-css-from-basics-to-responsive-design-39c5</guid>
      <description>&lt;p&gt;I'm excited to share my journey of learning CSS over the past few weeks. As an aspiring full stack developer, mastering CSS has been an important milestone for me. Here's what I learned and how I applied it to real projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  🖌️ The Learning Journey
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Understanding the Basics
&lt;/h3&gt;

&lt;p&gt;My CSS journey began with the fundamentals—selectors, properties, and values. I started by styling simple HTML elements, learning how to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Apply color, typography, and spacing.&lt;/li&gt;
&lt;li&gt;Use different types of selectors like class, ID, and attribute selectors.&lt;/li&gt;
&lt;li&gt;Implement basic layouts using &lt;code&gt;display&lt;/code&gt; properties like &lt;code&gt;block&lt;/code&gt;, &lt;code&gt;inline&lt;/code&gt;, and &lt;code&gt;inline-block&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Diving into Flexbox and Grid
&lt;/h3&gt;

&lt;p&gt;One of the most exciting parts of learning CSS was getting hands-on with Flexbox and Grid. These powerful layout systems made it easier to create responsive and complex designs.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Flexbox:&lt;/strong&gt; I learned how to align items, distribute space, and create flexible layouts. This helped me understand concepts like &lt;code&gt;justify-content&lt;/code&gt;, &lt;code&gt;align-items&lt;/code&gt;, and &lt;code&gt;flex-direction&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Grid:&lt;/strong&gt; The CSS Grid layout system was a game-changer. It allowed me to create two-dimensional layouts with rows and columns effortlessly. I played around with properties like &lt;code&gt;grid-template-columns&lt;/code&gt;, &lt;code&gt;grid-gap&lt;/code&gt;, and &lt;code&gt;grid-area&lt;/code&gt; to build responsive grids.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Responsive Design with Media Queries
&lt;/h3&gt;

&lt;p&gt;Responsive design was a key focus for me. I learned how to use media queries to adapt layouts to different screen sizes, making sure my designs looked great on mobile, tablet, and desktop devices.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="k"&gt;@media&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;max-width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="m"&gt;768px&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="c"&gt;/* Styles for devices with a width of 768px or less */&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  4. Adding Flair with Animations and Transitions
&lt;/h3&gt;

&lt;p&gt;To make my websites more interactive and visually appealing, I explored CSS animations and transitions. From simple hover effects to keyframe animations, these techniques helped bring my designs to life.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.element {
  transition: transform 0.3s ease-in-out;
}

.element:hover {
  transform: scale(1.1);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is a basic example of adding a smooth scale effect on hover, making the UI feel more dynamic.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 My CSS Project
&lt;/h2&gt;

&lt;p&gt;To put everything I learned into practice, I built a responsive website as a personal project. Here are some of the key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Responsive Layout: The site adapts beautifully across different screen sizes using Flexbox, Grid, and media queries.&lt;/li&gt;
&lt;li&gt;Custom Animations: Added subtle hover effects and animations to enhance the user experience.&lt;/li&gt;
&lt;li&gt;Clean Code: I focused on writing clean, maintainable CSS using the BEM (Block, Element, Modifier) methodology.
👉 Check out the live demo! &lt;a href="https://writingsdev.vercel.app/" rel="noopener noreferrer"&gt;https://writingsdev.vercel.app/&lt;/a&gt;
👉 View the project on GitHub! &lt;a href="https://github.com/ShivanshuPrajapati212/writings.dev" rel="noopener noreferrer"&gt;https://github.com/ShivanshuPrajapati212/writings.dev&lt;/a&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp349zoeu5b1wwaphf45v.png" alt="Image description" width="800" height="1045"&gt;
🔧 Tools and Resources I Used
CSS-Tricks: My go-to resource for all things CSS.
Flexbox Froggy: A fun way to practice Flexbox.
Grid Garden: Helped me master CSS Grid.
MDN Web Docs: For detailed CSS documentation and examples.
🌟 What's Next?
Now that I've got a solid grasp of CSS, I'm moving on to JavaScript to make my web pages more interactive. Stay tuned for more updates on my learning journey!&lt;/li&gt;
&lt;/ul&gt;

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