<?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: Shaif Arfan</title>
    <description>The latest articles on DEV Community by Shaif Arfan (@shaifarfan08).</description>
    <link>https://dev.to/shaifarfan08</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%2F441163%2F6861de14-a970-4a7e-8639-b314640ab551.jpg</url>
      <title>DEV Community: Shaif Arfan</title>
      <link>https://dev.to/shaifarfan08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shaifarfan08"/>
    <language>en</language>
    <item>
      <title>React.JS Project | Next.js | React Query</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Sun, 11 Sep 2022 12:41:05 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/reactjs-project-nextjs-react-query-4jjj</link>
      <guid>https://dev.to/shaifarfan08/reactjs-project-nextjs-react-query-4jjj</guid>
      <description>&lt;h2&gt;
  
  
  Meal-khuj
&lt;/h2&gt;

&lt;p&gt;A React app, where you can find meals recipe and save your favorite recipe for later.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;live preview: &lt;a href="https://meal-khuj.netlify.app"&gt;https://meal-khuj.netlify.app&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;youtube-tutorial: &lt;a href="https://youtu.be/JtfduKrxRH8"&gt;https://youtu.be/JtfduKrxRH8&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;live-streams: &lt;a href="https://www.twitch.tv/collections/_B3PzAnVDxe7BQ"&gt;twitch&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;API used: &lt;a href="https://www.themealdb.com/api.php"&gt;themealdb&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;h3&gt;
  
  
  Full Tutorial
&lt;/h3&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/JtfduKrxRH8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h3&gt;
  
  
  Things we are going to learn/use
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React.js&lt;/li&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;React Query&lt;/li&gt;
&lt;li&gt;React Hot Toast&lt;/li&gt;
&lt;li&gt;Axios&lt;/li&gt;
&lt;li&gt;more...&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Other projects
&lt;/h2&gt;

&lt;p&gt;📚 &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials"&gt;All Web Cifar Projects&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://instagram.com/web_cifar"&gt;@web_cifar&lt;/a&gt;, or &lt;a href="mailto:webcifar@gmail.com"&gt;webcifar@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="https://www.facebook.com/groups/webcifar"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy Coding! ✨🚀&lt;/p&gt;

</description>
      <category>react</category>
      <category>nextjs</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>MERN stack project for beginners</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Tue, 09 Aug 2022 14:25:00 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/mern-stack-project-for-beginners-59jf</link>
      <guid>https://dev.to/shaifarfan08/mern-stack-project-for-beginners-59jf</guid>
      <description>&lt;p&gt;&lt;strong&gt;Youtube Tutorial: &lt;a href="https://youtu.be/7s7RHc_8SaU" rel="noopener noreferrer"&gt;https://youtu.be/7s7RHc_8SaU&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Source Code: &lt;a href="https://github.com/ShaifArfan/mern-task-management-tool/tree/youtube-tutorial" rel="noopener noreferrer"&gt;github repo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Made with ❤️ by &lt;a href="http://instagram.com/shaifarfan08" rel="noopener noreferrer"&gt;Shaif Arfan&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Details
&lt;/h2&gt;

&lt;p&gt;This project is for beginners only. In this project we are going to create a task management app (todo app). Where user create register an account with name, email, password. Inside the app user can create tasks, check tasks and delete tasks. Beside that user can update their own profile.&lt;/p&gt;

&lt;p&gt;It is a simple app. In the project we didn't focus on styles, so the ui is simple.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are going to learn/use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;backend&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.mongodb.com/" rel="noopener noreferrer"&gt;MongoDb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mongoosejs.com/" rel="noopener noreferrer"&gt;Mongoose&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://expressjs.com/" rel="noopener noreferrer"&gt;Express&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nodejs.org/" rel="noopener noreferrer"&gt;NodeJs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jwt.io/" rel="noopener noreferrer"&gt;jSON Web Token&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.npmjs.com/package/bcrypt" rel="noopener noreferrer"&gt;bcrypt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;frontend&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/" rel="noopener noreferrer"&gt;React&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://reacttraining.com/react-router/web/guides/quick-start" rel="noopener noreferrer"&gt;react-router-dom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://react-hot-toast.com" rel="noopener noreferrer"&gt;react-hot-toast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.npmjs.com/package/axios" rel="noopener noreferrer"&gt;axios&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://vite.net/" rel="noopener noreferrer"&gt;vite.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;p&gt;Basic knowledge of react and express.&lt;br&gt;
if you don't have basic knowledge of express, then you can watch these videos &lt;a href="https://youtu.be/jBoAG8yoRlo" rel="noopener noreferrer"&gt;simple crud with express and mongoDb&lt;/a&gt;, &lt;a href="https://youtu.be/rXu9Z2yMZzA" rel="noopener noreferrer"&gt;jwt auth with express&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;You can follow our complete youtube tutorial &lt;a href="https://youtu.be/7s7RHc_8SaU" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdz9k4nef1lt6lozkzejc.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Other projects
&lt;/h2&gt;

&lt;p&gt;📚 &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials" rel="noopener noreferrer"&gt;All Web Cifar Projects&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://instagram.com/web_cifar" rel="noopener noreferrer"&gt;@web_cifar&lt;/a&gt;, or &lt;a href="mailto:webcifar@gmail.com"&gt;webcifar@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="https://www.facebook.com/groups/webcifar" rel="noopener noreferrer"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy Coding! ✨🚀&lt;/p&gt;

</description>
      <category>mernstack</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>React Tailwind Portfolio</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Fri, 27 May 2022 09:25:20 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/react-tailwind-portfolio-5ed0</link>
      <guid>https://dev.to/shaifarfan08/react-tailwind-portfolio-5ed0</guid>
      <description>&lt;p&gt;A simple responsive portfolio website with &lt;code&gt;dark mode&lt;/code&gt; feature.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live Preview:&lt;a href="https://react-tailwind-portfolio.surge.sh/"&gt;https://react-tailwind-portfolio.surge.sh/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch on Youtube: &lt;a href="https://youtu.be/QTY2fLpQn44"&gt;https://youtu.be/QTY2fLpQn44&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Made with ❤️ by &lt;a href="https://www.instagram.com/shaifarfan08/"&gt;Shaif Arfan&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/QTY2fLpQn44"&gt;
&lt;/iframe&gt;

&lt;/h2&gt;

&lt;p&gt;Technologies used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/"&gt;React&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tailwindcss.com/"&gt;Tailwind CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://vitejs.org/"&gt;Vite.JS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Other projects
&lt;/h2&gt;

&lt;p&gt;📚 &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials"&gt;All Web Cifar Projects&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Q: How can i get started?
&lt;/h3&gt;

&lt;p&gt;You can get started by following the YouTube tutorial of this project. Here is the full tutorial video link: &lt;a href="https://youtu.be/QTY2fLpQn44"&gt;YouTube Video&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: I can use this project for my website?
&lt;/h3&gt;

&lt;p&gt;Yes you can. It absolutely free to use. If you want to support the project, you can &lt;a href="https://www.buymeacoffee.com/shaifarfan08"&gt;buy me a coffee&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://twitter.com/webcifar"&gt;@web_cifar&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="https://www.facebook.com/groups/webcifar"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/"&gt;MIT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy Coding! ✨🚀&lt;/p&gt;

</description>
      <category>react</category>
      <category>tailwindcss</category>
      <category>webdev</category>
      <category>portfolio</category>
    </item>
    <item>
      <title>React Blog Website Using JAMstack (Gatsby.js &amp; Sanity.io)</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Tue, 26 Apr 2022 11:27:51 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/react-blog-website-using-jamstack-gatsbyjs-sanityio-bef</link>
      <guid>https://dev.to/shaifarfan08/react-blog-website-using-jamstack-gatsbyjs-sanityio-bef</guid>
      <description>&lt;h2&gt;
  
  
  TechHub-Blog
&lt;/h2&gt;

&lt;p&gt;A complete blog website created with &lt;code&gt;JAMstack&lt;/code&gt;. (&lt;a href="https://www.gatsbyjs.org/"&gt;Gatsby.js&lt;/a&gt; &amp;amp; &lt;a href="https://sanity.io"&gt;Sanity.io&lt;/a&gt;)&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Live Preview: &lt;a href="http://techhub-blog.vercel.app/"&gt;http://techhub-blog.vercel.app/&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Source Code:&lt;a href="https://github.com/ShaifArfan/techHub-blog"&gt;https://github.com/ShaifArfan/techHub-blog&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;YouTube Tutorial: &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7miD-rZTzTFi8mFSCI5chXI"&gt;🔗Playlist&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Made with ❤️ by &lt;a href="https://www.instagram.com/shaifarfan08/"&gt;Shaif Arfan&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xWM0usCfy5w"&gt;
&lt;/iframe&gt;

&lt;/h2&gt;

&lt;h2&gt;
  
  
  Project Details
&lt;/h2&gt;

&lt;p&gt;TechHub-blog is a complete tech blog website. Here we will see three post types: &lt;code&gt;blogs&lt;/code&gt;, &lt;code&gt;categories&lt;/code&gt;, and &lt;code&gt;authors&lt;/code&gt;. We will create relations between these three post types. So that we can create a blog post with a category and an author. Also we will make a &lt;code&gt;search feature&lt;/code&gt; where we can search against all these three post types.&lt;/p&gt;

&lt;p&gt;To create this website we will use &lt;code&gt;JAMstack&lt;/code&gt;. We will use &lt;code&gt;Gatsby.js&lt;/code&gt; for the frontend and &lt;code&gt;Sanity.io&lt;/code&gt; for the headless CMS. And to source our content we will use &lt;code&gt;graphql&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are going to learn/use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/"&gt;React.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.gatsbyjs.org/"&gt;Gatsby.js&lt;/a&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.gatsbyjs.org/packages/gatsby-plugin-image/"&gt;Gatsby-plugin-image&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Static Image &amp;amp; Gatsby Image&lt;/li&gt;
&lt;li&gt;Gatsby Page&lt;/li&gt;
&lt;li&gt;Normal Pages&lt;/li&gt;
&lt;li&gt;how to create pages programmatically&lt;/li&gt;
&lt;li&gt;Gatsby Pagination&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.gatsbyjs.org/packages/gatsby-plugin-local-search/"&gt;Gatsby-plugin-local-search&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://graphql.org/"&gt;GraphQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Static Query &amp;amp; Page Query&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://sanity.io/"&gt;Sanity.io&lt;/a&gt;

&lt;ul&gt;
&lt;li&gt;Sanity Schema&lt;/li&gt;
&lt;li&gt;Custom Blocks&lt;/li&gt;
&lt;li&gt;Custom Rich-text Block to Write Blog&lt;/li&gt;
&lt;li&gt;Custom Code Block&lt;/li&gt;
&lt;li&gt;Studio Customization&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/portabletext/react-portabletext"&gt;React-PortableText&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.npmjs.com/package/axios"&gt;Axios&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Many More...&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Basic knowledge of HTML, CSS, and JavaScript&lt;/li&gt;
&lt;li&gt;Experience with React.js&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Starter files
&lt;/h2&gt;

&lt;p&gt;You can find all the starter files in starter-files branch. You can to go to the starter-files branch and download zip the the starter files or You can clone the project and git checkout to starter-files branch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;You can follow our complete youtube tutorial &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7miD-rZTzTFi8mFSCI5chXI"&gt;Playlist&lt;/a&gt;&lt;br&gt;
or You can clone the project and git checkout to starter-files branch to get started.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Images: Unsplash&lt;/li&gt;
&lt;li&gt;UI Design: Figma&lt;/li&gt;
&lt;li&gt;Code Editor: VS Code&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Other projects
&lt;/h2&gt;

&lt;p&gt;📚 &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials"&gt;All Web Cifar Projects&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Q: How can i get started?
&lt;/h3&gt;

&lt;p&gt;You can get started by following the YouTube tutorial of this project. Here is the full tutorial video link: &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7miD-rZTzTFi8mFSCI5chXI"&gt;Playlist&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: I can use this project for my website?
&lt;/h3&gt;

&lt;p&gt;Yes you can. It absolutely free to use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://www.twitter.com/webcifar"&gt;@web_cifar&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="https://www.facebook.com/groups/webcifar"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/"&gt;MIT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy Coding! ✨🚀&lt;/p&gt;

</description>
      <category>jamstack</category>
      <category>gatsby</category>
      <category>javascript</category>
      <category>blog</category>
    </item>
    <item>
      <title>A Complete React Todo App using React, Redux, Framer Motion</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Tue, 18 Jan 2022 13:09:09 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/a-complete-react-todo-app-using-react-redux-framer-motion-2hk0</link>
      <guid>https://dev.to/shaifarfan08/a-complete-react-todo-app-using-react-redux-framer-motion-2hk0</guid>
      <description>&lt;h2&gt;
  
  
  React Todo App.
&lt;/h2&gt;

&lt;p&gt;A complete todo application with all features.&lt;/p&gt;

&lt;p&gt;Made with ❤️ by &lt;a href="http://instagram.com/shaifarfan08/"&gt;Shaif Arfan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;live demo: &lt;a href="https://wc-react-todo-app.netlify.app/"&gt;https://wc-react-todo-app.netlify.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch On Youtube: &lt;a href="https://youtu.be/W0Uf_xu350k"&gt;https://youtu.be/W0Uf_xu350k&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More Projects on &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials"&gt;https://github.com/ShaifArfan/wc-project-tutorials&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/W0Uf_xu350k"&gt;
&lt;/iframe&gt;
&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Description
&lt;/h2&gt;

&lt;p&gt;In the project, we will be creating a Complete Todo Application with all features. We will do all the CRUD operations. We will to use &lt;code&gt;React.js&lt;/code&gt; and to manage our states, we will use &lt;code&gt;Redux&lt;/code&gt;. Also we will learn to make simple animations using &lt;code&gt;Framer Motion&lt;/code&gt;. This will be a complete &lt;code&gt;beginner&lt;/code&gt; friendly app. Hope you enjoy it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are going to learn/use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/"&gt;React&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://redux.js.org/"&gt;React Redux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://framer.com/motion/"&gt;Framer Motion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://react-icons.netlify.com/"&gt;React icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://react-hot-toast.com/"&gt;React Hot Toast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;More...&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Basic ReactJs knowledge&lt;/li&gt;
&lt;li&gt;Basic HTML, CSS knowledge&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Starter files
&lt;/h2&gt;

&lt;p&gt;You can find all the starter files in &lt;code&gt;starter-files&lt;/code&gt; branch. You can to go to the &lt;code&gt;starter-files&lt;/code&gt; branch and &lt;code&gt;download zip&lt;/code&gt; the the starter files or You can clone the project and git checkout to &lt;code&gt;starter-files&lt;/code&gt; branch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;The recommended way to get started with the project is Follow the &lt;a href="https://youtu.be/W0Uf_xu350k"&gt;YouTube tutorial&lt;/a&gt;. You will find all the step-by-step guides. Or you Can start the project on your own by following the guide below.&lt;/p&gt;

&lt;p&gt;After getting the starter files, you need to go the file directory and run&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and after that start the dev server.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Tools Used
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Favicon: &lt;a href="https://www.flaticon.com/"&gt;Flaticon.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Code Editor: &lt;a href="https://code.visualstudio.com/"&gt;VS Code&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Q: How can i get started?
&lt;/h3&gt;

&lt;p&gt;You can get started by following the &lt;a href="https://youtu.be/W0Uf_xu350k"&gt;YouTube tutorial&lt;/a&gt; of this project. Here is the full tutorial video link: [coming soon].&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: What i need to start the project?
&lt;/h3&gt;

&lt;p&gt;Just open your favorite code editor and follow along with the &lt;a href="https://youtu.be/W0Uf_xu350k"&gt;YouTube tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: Who the project is for?
&lt;/h3&gt;

&lt;p&gt;The project is for the people who wanna get more skilled in &lt;code&gt;ReactJs&lt;/code&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://instagram.com/web_cifar"&gt;@web_cifar&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="http://facebook.com/groups/webcifar"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/"&gt;MIT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More Projects on &lt;a href="https://github.com/ShaifArfan/wc-project-tutorials"&gt;https://github.com/ShaifArfan/wc-project-tutorials&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Happy Coding! 🚀&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>redux</category>
      <category>beginners</category>
    </item>
    <item>
      <title>React JS Project With Dark Theme for Beginners</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Wed, 15 Dec 2021 11:36:46 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/react-js-project-with-dark-theme-for-beginners-4njc</link>
      <guid>https://dev.to/shaifarfan08/react-js-project-with-dark-theme-for-beginners-4njc</guid>
      <description>&lt;h2&gt;
  
  
  Artistic 📸
&lt;/h2&gt;

&lt;p&gt;Made with ❤️ by &lt;a href="http://instagram.com/shaifarfan08/"&gt;Shaif Arfan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live preview: &lt;a href="https://wc-artistic.netlify.app/"&gt;https://wc-artistic.netlify.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch on YouTube: &lt;a href="https://youtu.be/DTR2IbNBfPA"&gt;https://youtu.be/DTR2IbNBfPA&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source Code: &lt;a href="https://github.com/ShaifArfan/artistic"&gt;https://github.com/ShaifArfan/artistic&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Description
&lt;/h2&gt;

&lt;p&gt;Artistic is a landing page for a photography studio. This is a well-designed and &lt;code&gt;responsive&lt;/code&gt; landing page with &lt;code&gt;dark mode&lt;/code&gt; feature. The main purpose of this project is to show how to create a landing page with &lt;code&gt;dark mode&lt;/code&gt; feature using &lt;code&gt;ReactJs&lt;/code&gt;.&lt;br&gt;
We will be using React Context API to toggle &lt;code&gt;dark mode&lt;/code&gt; feature. Hope you enjoy it!.&lt;/p&gt;
&lt;h2&gt;
  
  
  What we are going to learn/use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/"&gt;ReactJs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://styled-components.com/"&gt;Styled Components&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/docs/context.html"&gt;React Context API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/docs/hooks-intro.html"&gt;React Hooks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.npmjs.com/package/react-icons"&gt;React Icons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.npmjs.com/package/react-scroll"&gt;React Scroll&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;More . . .&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Basic ReactJs knowledge&lt;/li&gt;
&lt;li&gt;Basic HTML, CSS knowledge&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Starter files
&lt;/h2&gt;

&lt;p&gt;You can find all the starter files in &lt;code&gt;starter-files&lt;/code&gt; branch. You can to go to the &lt;code&gt;starter-files&lt;/code&gt; branch and &lt;code&gt;download zip&lt;/code&gt; the the starter files or You can clone the project and git checkout to &lt;code&gt;starter-files&lt;/code&gt; branch.&lt;/p&gt;
&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;The recommended way to get started with the project is Follow the &lt;a href="https://youtu.be/DTR2IbNBfPA"&gt;YouTube tutorial&lt;/a&gt;. You will find all the step-by-step guides. Or you Can start the project on your own by following the guide below.&lt;/p&gt;

&lt;p&gt;After getting the starter files, you need to go the file directory and run&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and after that start the dev server.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Tools Used
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Images: &lt;a href="https://unsplash.com/"&gt;Unsplash&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;UI Design: &lt;a href="https://www.figma.com/"&gt;Figma&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Code Editor: &lt;a href="https://code.visualstudio.com/"&gt;VS Code&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Similar Projects
&lt;/h2&gt;

&lt;p&gt;Here are some Similar projects that you might be interested.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ShaifArfan/AYANs-portfolio"&gt;Ayan's Portfolio - React JS Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ShaifArfan/shaif-s-cuisine"&gt;Shaif's Cuisine - HTML, CSS project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ShaifArfan/AMYs-Portfolio"&gt;Amy's Portfolio - HTML, CSS Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Q: How can i get started?
&lt;/h3&gt;

&lt;p&gt;You can get started by following the &lt;a href="https://youtu.be/DTR2IbNBfPA"&gt;YouTube tutorial&lt;/a&gt; of this project. Here is the full tutorial video link: [coming soon].&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: What i need to start the project?
&lt;/h3&gt;

&lt;p&gt;Just open your favorite code editor and follow along with the &lt;a href="https://youtu.be/DTR2IbNBfPA"&gt;YouTube Tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Q: Who the project is for?
&lt;/h3&gt;

&lt;p&gt;The project is for the people who wanna get more skilled in &lt;code&gt;ReactJs&lt;/code&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://instagram.com/web_cifar"&gt;@web_cifar&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="http://facebook.com/groups/webcifar"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/"&gt;MIT&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy Coding! 🚀&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>HTML CSS full project</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Thu, 09 Dec 2021 17:05:12 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/html-css-full-project-3ihb</link>
      <guid>https://dev.to/shaifarfan08/html-css-full-project-3ihb</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd9jd8d248jczeqjzrd2u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd9jd8d248jczeqjzrd2u.png" alt="Shaif's Cuisine"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Shaif's Cuisine 👨‍🍳
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live preview: &lt;a href="http://shaif-s-cuisine.netlify.app" rel="noopener noreferrer"&gt;https://shaif-s-cuisine.netlify.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch on YouTube: &lt;a href="https://youtu.be/4y-_3Ayiauw" rel="noopener noreferrer"&gt;https://youtu.be/4y-_3Ayiauw&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source Code: &lt;a href="https://github.com/ShaifArfan/shaif-s-cuisine" rel="noopener noreferrer"&gt;https://github.com/ShaifArfan/shaif-s-cuisine&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Description
&lt;/h2&gt;

&lt;p&gt;A &lt;code&gt;HTML, CSS&lt;/code&gt; project. Made with ♥ by the &lt;code&gt;web cifar community&lt;/code&gt;. There will be 5 pages in the website (HomePage, MenuPage, AboutPage, ContactPage, BookingPage). In this project we gonna learn how we can create a website using simple &lt;code&gt;HTML, CSS&lt;/code&gt;. The main purpose of the project is to get more used to with HTML, CSS. Although we used a few lines of JavaScript in the project for necessary cases. Later on, in this project, we gonna learn how we can deploy this site using &lt;code&gt;Netlify&lt;/code&gt;. Also, we gonna learn the process from the zero to end and make the website ready for live production.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are going to learn
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML, CSS&lt;/li&gt;
&lt;li&gt;CSS Grid&lt;/li&gt;
&lt;li&gt;Scroll Animation&lt;/li&gt;
&lt;li&gt;Netlify Deployment&lt;/li&gt;
&lt;li&gt;Netlify Form functionality&lt;/li&gt;
&lt;li&gt;More. . .&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Starter files
&lt;/h2&gt;

&lt;p&gt;You can find all the starter files in &lt;code&gt;starter_files&lt;/code&gt; branch. You can to go to the &lt;code&gt;starter_files&lt;/code&gt; branch and &lt;code&gt;download zip&lt;/code&gt; the starter files, or You can clone the project and git checkout to &lt;code&gt;starter_files&lt;/code&gt; branch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Basic HTML, CSS&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tools Used
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;icons - (flat &amp;amp; Feather icons)&lt;/li&gt;
&lt;li&gt;illustration - &lt;a href="https://storyset.com/" rel="noopener noreferrer"&gt;https://storyset.com/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;UI Design: Figma&lt;/li&gt;
&lt;li&gt;Code Editor: VS Code&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How can I get started?
&lt;/h3&gt;

&lt;p&gt;You can get started by following the YouTube tutorial of this project. Here is the full tutorial video link: [coming soon].&lt;/p&gt;

&lt;h3&gt;
  
  
  What I need to start the project?
&lt;/h3&gt;

&lt;p&gt;Just open your favorite code editor and follow along with the &lt;code&gt;YouTube Tutorial&lt;/code&gt;[coming soon].&lt;/p&gt;

&lt;h3&gt;
  
  
  Who the project is for?
&lt;/h3&gt;

&lt;p&gt;The project is for the people who wanna get more skilled in HTML &amp;amp; CSS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Similar Projects
&lt;/h2&gt;

&lt;p&gt;Here are some Similar projects that you might be interested.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ShaifArfan/AMYs-Portfolio" rel="noopener noreferrer"&gt;Amy's Portfolio - HTML, CSS Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ShaifArfan/AYANs-portfolio" rel="noopener noreferrer"&gt;Ayan's Portfolio - React JS Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you have any feedback, please reach out to us at &lt;a href="http://instagram.com/web_cifar" rel="noopener noreferrer"&gt;@web_cifar&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Support
&lt;/h2&gt;

&lt;p&gt;For support, join our &lt;a href="http://facebook.com/groups/webcifar" rel="noopener noreferrer"&gt;Community Group&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/" rel="noopener noreferrer"&gt;MIT&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>30days30submits (HTML, CSS, JS)</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Sun, 11 Jul 2021 12:51:21 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/30days30submits-html-css-js-39cn</link>
      <guid>https://dev.to/shaifarfan08/30days30submits-html-css-js-39cn</guid>
      <description>&lt;h2&gt;
  
  
  #30days30submits
&lt;/h2&gt;

&lt;p&gt;Boost your HTML, CSS, JS Skills with these small to medium projects.&lt;/p&gt;

&lt;p&gt;In this challenge, I submitted 30 little to medium size projects. Sometimes I made a little website component or sometimes some JavaScript app as a submit. I did it to boost my HTML, CSS &amp;amp; JS skills. Down here you will find all the live previews and YouTube videos (how I made it). Also here is the full playlist for this #30days30submits challenge =&amp;gt; &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7m7wokXmB9fGtGYw100UKc0"&gt;playlist&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/ShaifArfan/30days30submits"&gt;https://github.com/ShaifArfan/30days30submits&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🤙 Follow Me: &lt;a href="http://facebook.com/fb.shaifarfan08"&gt;FB&lt;/a&gt; - &lt;a href="http://instagram.com/shaifarfan08"&gt;IG&lt;/a&gt; - &lt;a href="http://twitter.com/shaifarfan08"&gt;TW&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🏦 Web Cifar: &lt;a href="https://www.youtube.com/channel/UCdxaLo9ALJgXgOUDURRPGiQ"&gt;YT&lt;/a&gt; - &lt;a href="http://facebook.com/webcifar"&gt;FB&lt;/a&gt; - &lt;a href="http://instagram.com/web_cifar"&gt;IG&lt;/a&gt; - &lt;a href="http://twitter.com/webcifar"&gt;TW&lt;/a&gt; - &lt;a href="http://webcifar.com"&gt;WEBSITE&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;day&lt;/th&gt;
&lt;th&gt;Project Name&lt;/th&gt;
&lt;th&gt;source Code/preview&lt;/th&gt;
&lt;th&gt;YouTube Video&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;day-1&lt;/td&gt;
&lt;td&gt;Custom Cursor&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/OJMrzaB"&gt;https://codepen.io/Web_Cifar/pen/OJMrzaB&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/de4W0EHMuUs"&gt;https://youtu.be/de4W0EHMuUs&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-2&lt;/td&gt;
&lt;td&gt;Theme Switcher&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/OJMrdbq"&gt;https://codepen.io/Web_Cifar/pen/OJMrdbq&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/D1yg4T37qYo"&gt;https://youtu.be/D1yg4T37qYo&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-3&lt;/td&gt;
&lt;td&gt;Random Dad Jokes Generator&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/XWXOZWX"&gt;https://codepen.io/Web_Cifar/pen/XWXOZWX&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/UDIfuvLEkjU"&gt;https://youtu.be/UDIfuvLEkjU&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-4&lt;/td&gt;
&lt;td&gt;Numbers API&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/PoZLpoG"&gt;https://codepen.io/Web_Cifar/pen/PoZLpoG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/s3LFCErzmHI"&gt;https://youtu.be/s3LFCErzmHI&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-5&lt;/td&gt;
&lt;td&gt;Countdown Timer&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/OJMGPbb"&gt;https://codepen.io/Web_Cifar/pen/OJMGPbb&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/_a4XCarxwr8"&gt;https://youtu.be/_a4XCarxwr8&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-6&lt;/td&gt;
&lt;td&gt;Featured Section&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/WNrWxYG"&gt;https://codepen.io/Web_Cifar/pen/WNrWxYG&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/L4k3_elYm2U"&gt;https://youtu.be/L4k3_elYm2U&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-7&lt;/td&gt;
&lt;td&gt;Photo gallery p-1&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/wvMbwdj"&gt;https://codepen.io/Web_Cifar/pen/wvMbwdj&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/URymtcPO11A"&gt;https://youtu.be/URymtcPO11A&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-8&lt;/td&gt;
&lt;td&gt;Photo gallery p-2 [Pexels API]&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/ShaifArfan/30days30submits/tree/master/day-8"&gt;https://github.com/ShaifArfan/30days30submits/tree/master/day-8&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/gGBpmzLN1Hw"&gt;https://youtu.be/gGBpmzLN1Hw&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-9&lt;/td&gt;
&lt;td&gt;Read More Button&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/OJMeVxx"&gt;https://codepen.io/Web_Cifar/pen/OJMeVxx&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/TvVY8c1uvG8"&gt;https://youtu.be/TvVY8c1uvG8&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-10&lt;/td&gt;
&lt;td&gt;key Code Generator App&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/eYJwvKV"&gt;https://codepen.io/Web_Cifar/pen/eYJwvKV&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/jOLwRV6xSwA"&gt;https://youtu.be/jOLwRV6xSwA&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-11&lt;/td&gt;
&lt;td&gt;CSS animated Menu&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/eYJqdxy"&gt;https://codepen.io/Web_Cifar/pen/eYJqdxy&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/q8vmz-R_3Ck"&gt;https://youtu.be/q8vmz-R_3Ck&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-12&lt;/td&gt;
&lt;td&gt;CSS Flex Gallery&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/wvMVmZN"&gt;https://codepen.io/Web_Cifar/pen/wvMVmZN&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/Z6IZ2NOEzmw"&gt;https://youtu.be/Z6IZ2NOEzmw&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-13&lt;/td&gt;
&lt;td&gt;Analog Clock&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/LYNYmpb"&gt;https://codepen.io/Web_Cifar/pen/LYNYmpb&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/6xEQ_jA5V2Y"&gt;https://youtu.be/6xEQ_jA5V2Y&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-14&lt;/td&gt;
&lt;td&gt;Digital Clock&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/MWyYaBP"&gt;https://codepen.io/Web_Cifar/pen/MWyYaBP&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/gmNhRyxAPpw"&gt;https://youtu.be/gmNhRyxAPpw&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-15&lt;/td&gt;
&lt;td&gt;BG Color Changer&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/dyMPmwY"&gt;https://codepen.io/Web_Cifar/pen/dyMPmwY&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/Yem8T8azZko"&gt;https://youtu.be/Yem8T8azZko&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-16&lt;/td&gt;
&lt;td&gt;Basic Tooltips&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/PoNqwNJ"&gt;https://codepen.io/Web_Cifar/pen/PoNqwNJ&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/MXRxahbJX3A"&gt;https://youtu.be/MXRxahbJX3A&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-17&lt;/td&gt;
&lt;td&gt;Scroll Down Button&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/WNwvOaE"&gt;https://codepen.io/Web_Cifar/pen/WNwvOaE&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/LY1jeQGUiAI"&gt;https://youtu.be/LY1jeQGUiAI&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-18&lt;/td&gt;
&lt;td&gt;Advance Tooltips&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/yLOYoPR"&gt;https://codepen.io/Web_Cifar/pen/yLOYoPR&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/e_jEquJo7y8"&gt;https://youtu.be/e_jEquJo7y8&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-19&lt;/td&gt;
&lt;td&gt;Full Functional Html Form&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/gOrrPpO"&gt;https://codepen.io/Web_Cifar/pen/gOrrPpO&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/vc9rgFHr098"&gt;https://youtu.be/vc9rgFHr098&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-20&lt;/td&gt;
&lt;td&gt;Multi Step Form&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/PoNNEYY"&gt;https://codepen.io/Web_Cifar/pen/PoNNEYY&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/cKTgIDkRsGc"&gt;https://youtu.be/cKTgIDkRsGc&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-21&lt;/td&gt;
&lt;td&gt;CSS Loading animation&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/jOqqRPM"&gt;https://codepen.io/Web_Cifar/pen/jOqqRPM&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/E_jOrp4t0N4"&gt;https://youtu.be/E_jOrp4t0N4&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-22&lt;/td&gt;
&lt;td&gt;Food Recipe App&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/oNxLYRY"&gt;https://codepen.io/Web_Cifar/pen/oNxLYRY&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/x8EY0BlhPGk"&gt;https://youtu.be/x8EY0BlhPGk&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-23&lt;/td&gt;
&lt;td&gt;Neon Light Effect&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/MWyJENV"&gt;https://codepen.io/Web_Cifar/pen/MWyJENV&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/NLtUycloTnc"&gt;https://youtu.be/NLtUycloTnc&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-24&lt;/td&gt;
&lt;td&gt;Speech Recognition App&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/jOqBEjE"&gt;https://codepen.io/Web_Cifar/pen/jOqBEjE&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/-k-PgvbktX4"&gt;https://youtu.be/-k-PgvbktX4&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-25&lt;/td&gt;
&lt;td&gt;Custom Slider&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/bGpRwEr"&gt;https://codepen.io/Web_Cifar/pen/bGpRwEr&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/V9TCxMMpGhI"&gt;https://youtu.be/V9TCxMMpGhI&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-26&lt;/td&gt;
&lt;td&gt;Bouncing DVD logo&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/JjXrLRJ"&gt;https://codepen.io/Web_Cifar/pen/JjXrLRJ&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/wMIARRCox9k"&gt;https://youtu.be/wMIARRCox9k&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-27&lt;/td&gt;
&lt;td&gt;Quiz APP&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/dyMZxNg"&gt;https://codepen.io/Web_Cifar/pen/dyMZxNg&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/qXXM9nVxLWk"&gt;https://youtu.be/qXXM9nVxLWk&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-28&lt;/td&gt;
&lt;td&gt;Simple Calculator&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/XWdVgXr"&gt;https://codepen.io/Web_Cifar/pen/XWdVgXr&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/0Vg4EiYPCUc"&gt;https://youtu.be/0Vg4EiYPCUc&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-29&lt;/td&gt;
&lt;td&gt;Weather APP&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/gOrvMpR"&gt;https://codepen.io/Web_Cifar/pen/gOrvMpR&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/y0iCeKUsYMk"&gt;https://youtu.be/y0iCeKUsYMk&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;day-30&lt;/td&gt;
&lt;td&gt;CSS Dot Loaders&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codepen.io/Web_Cifar/pen/rNevXPx"&gt;https://codepen.io/Web_Cifar/pen/rNevXPx&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://youtu.be/ENa4y_-fJAs"&gt;https://youtu.be/ENa4y_-fJAs&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>React Portfolio Project</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Wed, 09 Jun 2021 17:43:57 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/react-portfolio-project-12f3</link>
      <guid>https://dev.to/shaifarfan08/react-portfolio-project-12f3</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvxq3hwbhzl6q9j32de6k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvxq3hwbhzl6q9j32de6k.png" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Watch On YouTube: &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7mO-lGxKkNSWiAlsiZHnQYY" rel="noopener noreferrer"&gt;Watch Now&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Source Code: &lt;a href="https://github.com/ShaifArfan/AYANs-portfolio" rel="noopener noreferrer"&gt;Github&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Live Preview: &lt;a href="https://ayans-portfolio.netlify.app/" rel="noopener noreferrer"&gt;Open Link&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Coded by - &lt;a href="http://instagram.com/shaifarfan08" rel="noopener noreferrer"&gt;shaif Arfan&lt;/a&gt; | &lt;a href="http://webcifar.com" rel="noopener noreferrer"&gt;web cifar&lt;/a&gt;&lt;/p&gt;



&lt;h2&gt;
  
  
  Project Details
&lt;/h2&gt;

&lt;p&gt;A portfolio for a web designer. We used React js to make this portfolio. A clean design with full responsiveness. You will find this portfolio very professional. Also, we added smooth scroll in the portfolio which will make the scroll experience really elegant.&lt;/p&gt;

&lt;p&gt;This is a beginner-friendly react js project. There will be a full free step-by-step tutorial on &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7mO-lGxKkNSWiAlsiZHnQYY" rel="noopener noreferrer"&gt;YouTube&lt;/a&gt;. This project is made for education purposes by the Team &lt;a href="https://webcifar.com" rel="noopener noreferrer"&gt;web cifar&lt;/a&gt;. We are going to learn so many things through this project especially how to work with React Js. React Js is one of the hottest techs for web dev. Through this project, we will have a good understanding of react js. Besides React js we are going to use many other techs. Also, there will be a full project tutorial playlist on &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7mO-lGxKkNSWiAlsiZHnQYY" rel="noopener noreferrer"&gt;YouTube&lt;/a&gt; so that you can get the step-by-step guide to make this portfolio.&lt;/p&gt;
&lt;h2&gt;
  
  
  Project Requirement
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;HTML, CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;React Basic (optional)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  What we are going to Use/learn
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;React Hooks&lt;/li&gt;
&lt;li&gt;Styled Components&lt;/li&gt;
&lt;li&gt;Swiper js&lt;/li&gt;
&lt;li&gt;React Transition Group&lt;/li&gt;
&lt;li&gt;Smooth Scrollbar&lt;/li&gt;
&lt;li&gt;React Icons&lt;/li&gt;
&lt;li&gt;React Router Dom&lt;/li&gt;
&lt;li&gt;More...&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Starter Files
&lt;/h2&gt;

&lt;p&gt;For the starter files, we created a &lt;code&gt;branch&lt;/code&gt; in this repository named &lt;code&gt;starter_files&lt;/code&gt;. You need to change the branch in the top corner of the repo then you will get the starter files and now you can clone the repo or &lt;code&gt;download&lt;/code&gt; it.&lt;/p&gt;
&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;The recommended way to get started with the project is Follow the &lt;a href="https://www.youtube.com/playlist?list=PLRv_Gd5w9e7mO-lGxKkNSWiAlsiZHnQYY" rel="noopener noreferrer"&gt;YouTube tutorial&lt;/a&gt;. You will find all the step-by-step guides for free. Or you Can start the project on your own by following the guide below.&lt;/p&gt;

&lt;p&gt;After getting the starter files, you need to go the file directory and run&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and after that start the live server.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  If you like the tutorial, please share this with others.
&lt;/h1&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>portfolio</category>
    </item>
    <item>
      <title>HTML CSS Portfolio Project.</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Mon, 05 Apr 2021 22:35:17 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/html-css-portfolio-project-3ckh</link>
      <guid>https://dev.to/shaifarfan08/html-css-portfolio-project-3ckh</guid>
      <description>&lt;p&gt;This project is for HTML &amp;amp; CSS practice. AMY is a fictional character. She is a freelance web designer. We made this nice portfolio for her with mainly HTML &amp;amp; CSS. Though we used few lines of JS, the main purpose of this project is to practice HTML &amp;amp; CSS. We are going to learn lots of things link how to make it responsive, how we can make a nice off-canvas menu, CSS animations, CSS flex layout, and many more. Hope you will like this video. Also, You can get the source code from the link down below.&lt;/p&gt;

&lt;p&gt;Source Code: &lt;a href="https://github.com/ShaifArfan/AMYs-Portfolio"&gt;https://github.com/ShaifArfan/AMYs-Portfolio&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>portfolio</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Food Recipe App #30days30submits #day-22</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Thu, 12 Nov 2020 13:31:10 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/food-recipe-app-30days30submits-day-22-j31</link>
      <guid>https://dev.to/shaifarfan08/food-recipe-app-30days30submits-day-22-j31</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Web_Cifar/embed/oNxLYRY?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>javascript</category>
      <category>api</category>
    </item>
    <item>
      <title>Quiz App #30days30submits #day-27</title>
      <dc:creator>Shaif Arfan</dc:creator>
      <pubDate>Sat, 05 Sep 2020 07:42:51 +0000</pubDate>
      <link>https://dev.to/shaifarfan08/quiz-app-30days30submits-day-27-5082</link>
      <guid>https://dev.to/shaifarfan08/quiz-app-30days30submits-day-27-5082</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Web_Cifar/embed/dyMZxNg?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

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