<?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: Manish Raghavan</title>
    <description>The latest articles on DEV Community by Manish Raghavan (@manish0raghavan).</description>
    <link>https://dev.to/manish0raghavan</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%2F540562%2F0e8f3bf8-0491-47a6-b2c4-612cb857c325.jpg</url>
      <title>DEV Community: Manish Raghavan</title>
      <link>https://dev.to/manish0raghavan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manish0raghavan"/>
    <language>en</language>
    <item>
      <title>Story about an inspiring 3 days - Clone of Sparkpeople.com</title>
      <dc:creator>Manish Raghavan</dc:creator>
      <pubDate>Sun, 03 Jan 2021 17:49:54 +0000</pubDate>
      <link>https://dev.to/manish0raghavan/story-about-an-inspiring-3-days-clone-of-sparkpeople-com-l06</link>
      <guid>https://dev.to/manish0raghavan/story-about-an-inspiring-3-days-clone-of-sparkpeople-com-l06</guid>
      <description>&lt;p&gt;Hey there! My fellow Techie's✌, I'm Manish Raghavan, a passionate full-Stack web developer who loves to share a story about how I made a website clone in 3 days for &lt;a href="https://www.masaischool.com/"&gt;Masai School&lt;/a&gt;👈 project week with my peers Ranjith and Rabia.&lt;/p&gt;

&lt;h3&gt;
  
  
  For the next few minutes, I will walk you through the clone I have developed with my team
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QfpgI2NH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609671755789/ZPFF0Zwfz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QfpgI2NH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609671755789/ZPFF0Zwfz.png" alt="original website (2).png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://www.sparkpeople.com/myspark/start-now-sp5.asp"&gt;Sparkpeople.com&lt;/a&gt; offers nutrition advice, health-and-fitness tools, a highly engaged and supportive community. It also has some pages for tracking the food calories we eat and the weight we need to reduce. In simple words, it's a daily tracker for our personal use.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Problem Statement✍
&lt;/h2&gt;

&lt;p&gt;To develop a pixel-perfect clone of &lt;a href="https://www.sparkpeople.com/myspark/start-now-sp5.asp"&gt;Sparkpeople.com&lt;/a&gt; &lt;/p&gt;

&lt;h1&gt;
  
  
  Tech Stack
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Html       ✔&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CSS        ✔&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JavaScript ✔&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Cool enough to develop and UI of the website.&lt;/p&gt;

&lt;h1&gt;
  
  
  Coding 👨‍💻
&lt;/h1&gt;

&lt;p&gt;The file tree consists of common Frontend components like index.html, style.css, and index.js&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;root/
├── index.html
├── style.css
└── index.js
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h1&gt;
  
  
  Elucidation 💻
&lt;/h1&gt;

&lt;p&gt;As a first step, I have visualized the website assigned to my team in which we have split the works between us. As follows are the functionalities used in the code.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;** LocalStorage** - &lt;br&gt;
As the website uses lot of user date we had to do with backend. As for now we was not thought the backend We planned to use the LocalStorage to store the data and retrieve the data from the local storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Use of value&lt;/strong&gt; - &lt;br&gt;
We also needed so many data that user to enter so that it will calculate and give the user the required output such as bmi, daily food calories the user take.&lt;br&gt;
So we made many input fields which stores in local storage and from there we are getting the data and giving the output.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Spin Wheel functionalities&lt;/strong&gt; - One of the page required the spin wheel, for that I have used the  chart functions &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;We also used some of the css properties like hover, model block, etc..,to make the static page look good.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Snapshots of my art of code 🎞
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--K0AJxVff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679469936/aiFv_oIKF.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K0AJxVff--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679469936/aiFv_oIKF.png" alt="main page (2).png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dVVlleMO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679485245/asxKdPTt0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dVVlleMO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679485245/asxKdPTt0.png" alt="my weight (2).png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--u_GTSEh3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679521813/C5g-XtS_-.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u_GTSEh3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.hashnode.com/res/hashnode/image/upload/v1609679521813/C5g-XtS_-.png" alt="track food.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Wrapping Up
&lt;/h1&gt;

&lt;p&gt;Hope you enjoyed this article. As an aspiring developer I have learned and enjoyed on the process of making the website. I hope so will continue to post more blog. 🙂&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
