<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Blogs On Web Design]]></title><description><![CDATA[Blogs On Web Design]]></description><link>https://blogsfromabhinav.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Sat, 19 Sep 2026 12:33:13 GMT</lastBuildDate><atom:link href="https://blogsfromabhinav.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[My New Year Project From Masai-Code for Cloning a Fitness Website.
#NewYearCoding]]></title><description><![CDATA[Hello there 👋, I'm Abhinav Raj, a passionate trainee web developer who loves to share his tech ideas, knowledge and works with the community.
Git Link👇
https://github.com/AbhinavRajSing/magnesium
The Idea
Since I am pursuing a Full Stack Web Develo...]]></description><link>https://blogsfromabhinav.hashnode.dev/my-new-year-project-from-masai-code-for-cloning-a-fitness-website-newyearcoding</link><guid isPermaLink="true">https://blogsfromabhinav.hashnode.dev/my-new-year-project-from-masai-code-for-cloning-a-fitness-website-newyearcoding</guid><category><![CDATA[JavaScript]]></category><category><![CDATA[HTML]]></category><category><![CDATA[CSS]]></category><dc:creator><![CDATA[ABHINAV RAJ]]></dc:creator><pubDate>Sun, 03 Jan 2021 06:24:43 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1609689000722/E1WfcA_6r.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello there 👋, I'm Abhinav Raj, a passionate trainee web developer who loves to share his tech ideas, knowledge and works with the community.</p>
<h3 id="git-link"><strong>Git Link👇</strong></h3>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://github.com/AbhinavRajSing/magnesium">https://github.com/AbhinavRajSing/magnesium</a></div>
<h3 id="the-idea"><strong>The Idea</strong></h3>
<p>Since I am pursuing a Full Stack Web Development course from Masai School, I was given a Project that was to clone a fitness website. Since this is Corona time and we need to stay healthy, it was a pretty good project to work upon. I was given a team of three members including me and the task was to clone the pixel perfect clone of the website.Let's look at how we designed it  👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609651337885/ES47lJIqd.png" alt="Screen Shot 2021-01-03 at 10.51.35 AM.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688824612/2GWo_VHrw.png" alt="Screen Shot 2021-01-03 at 9.16.41 PM.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609651704464/TkoMTVhJO.png" alt="Screen Shot 2021-01-03 at 10.57.58 AM.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609652688238/45wm_Ec4L.png" alt="Screen Shot 2021-01-03 at 11.14.07 AM.png" /></p>
<h3 id="what-this-website-is-all-about"><strong>What this WebSite is all about?</strong></h3>
<p>MyNetDiary is basically a website where the user can track his/her diet plans ,exercise, how much calories he/she is taking, fats, protein intake from every diet ,carbs and a lot more to stay fit. 
MyNetDiary helps the user to loose or gain weight according to what they want.
this information is taken from the Signup page where the page takes all the details of user.  👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609687654798/Zh223OnKY.png" alt="Screen Shot 2021-01-03 at 8.56.58 PM.png" /></p>
<h3 id="team-mates"><strong>Team Mates</strong></h3>
<ol>
<li>Abhinav Raj</li>
<li>Sohail Shaikh</li>
<li>Bharath Reddy</li>
</ol>
<p>The team that i worked with was a great team.They Put tremendous efforts to make it happen. This website was build in just Three days which to be honest was a difficult task, but thanks to my team members <strong><em>Sohail Shaikh</em></strong> &amp; <strong><em>Bharath Reddy</em></strong> 
who made it possible to complete this project .</p>
<h3 id="tech-stack"><strong>Tech Stack</strong></h3>
<ul>
<li>HTML </li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<p>External sources were also used for Ajax, J Query and CanvasJS from Cloudflare CDN 👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609653807681/ANTPsiRLX.png" alt="Screen Shot 2021-01-03 at 11.33.02 AM.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609653819280/qvWo7zMi7.png" alt="Screen Shot 2021-01-03 at 11.32.46 AM.png" /></p>
<h3 id="coding"><strong>Coding</strong></h3>
<p>First of all, let's have a look at the file tree 👇 It consists of common Frontend components like </p>
<blockquote>
<p>homepage.html, signin.css and food.js</p>
</blockquote>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609653603477/vEMfUSLo7.png" alt="Screen Shot 2021-01-03 at 11.29.36 AM.png" /></p>
<h3 id="code-for-home-page"><strong>Code for Home Page</strong></h3>
<p>Here goes the code for our home page 👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609653948808/slliPnLhE.png" alt="Screen Shot 2021-01-03 at 11.35.15 AM.png" /></p>
<h3 id="how-the-home-page-looks"><strong>How the Home Page looks👇</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609687780011/llPN_dCsZ.png" alt="Screen Shot 2021-01-03 at 10.51.35 AM.png" /></p>
<h3 id="code-for-dashboard-page"><strong>Code for DashBoard Page</strong></h3>
<p>Here goes the code for our  DashBoard page 👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688274025/y5UQ-Dgoj.png" alt="Screen Shot 2021-01-03 at 9.07.28 PM.png" /></p>
<h3 id="how-the-dashboard-page-looks"><strong>How the DashBoard page looks👇</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688326788/B7rh-28-m.png" alt="Screen Shot 2021-01-03 at 9.06.46 PM.png" /></p>
<h3 id="code-for-food-page"><strong>Code for Food Page</strong></h3>
<p>Here goes the code for our  Food page 👇</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688464799/eG2DdF9Ec.png" alt="Screen Shot 2021-01-03 at 9.10.21 PM.png" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688476942/qQ7vQ9_KY.png" alt="Screen Shot 2021-01-03 at 9.10.39 PM.png" /></p>
<h3 id="how-the-food-page-looks"><strong>How the Food Page looks👇</strong></h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609688536291/ilxHfVeP8.png" alt="Screen Shot 2021-01-03 at 11.14.07 AM.png" /></p>
<p>Now, Food page in this project holds a special place as it keeps the count of</p>
<blockquote>
<ul>
<li>Calories</li>
<li>Fats</li>
<li>Protein</li>
<li>Carbs</li>
</ul>
</blockquote>
<p>which helps the user to maintain their diet plan and stay in the routine.</p>
<p>Don't worry, I am not gonna overwhelm you with all the codes. The above codes are just an example of our work.</p>
<p>That's It, we have just developed our website 🚀</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609654290075/j8n87KWl1.gif" alt="minion.gif" /></p>
<h3 id="endings"><strong>Endings</strong></h3>
<p>Hope our work has impressed you all. Looking forward to make more projects like this.
Its just a start.</p>
<p>On that note Wishing you all a Very Happy and Prosperous New Year</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1609654528900/SqllpcECo.gif" alt="newyr.gif" /></p>
]]></content:encoded></item></channel></rss>