<?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: martinpeak</title>
    <description>The latest articles on DEV Community by martinpeak (@martinpouh).</description>
    <link>https://dev.to/martinpouh</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%2F883083%2F4e979549-65e9-4c4c-af64-eecacaa67fde.jpeg</url>
      <title>DEV Community: martinpeak</title>
      <link>https://dev.to/martinpouh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/martinpouh"/>
    <language>en</language>
    <item>
      <title>Making a Website Application (Belafonte Food Hub) using the React Library</title>
      <dc:creator>martinpeak</dc:creator>
      <pubDate>Sun, 31 Jul 2022 20:59:39 +0000</pubDate>
      <link>https://dev.to/martinpouh/making-a-website-application-belafonte-food-hub-using-the-react-library-53pe</link>
      <guid>https://dev.to/martinpouh/making-a-website-application-belafonte-food-hub-using-the-react-library-53pe</guid>
      <description>&lt;p&gt;Belafonte Food Hub Using React&lt;/p&gt;

&lt;p&gt;Author : Martin Chege 26th July 2022&lt;/p&gt;

&lt;p&gt;Using a JSON server I came up with a list of meals that are available on a website: Belafonte Food Hub website that offers users a variety of meals  where one can scroll and learn how to cook the meal and add their own meal in the website.&lt;/p&gt;

&lt;p&gt;Getting:&lt;br&gt;
1.List of meals/dish.&lt;br&gt;
2.Name of the meal.&lt;br&gt;
3.Category: such as Soup or side dish.&lt;br&gt;
4.Origin of the meal.&lt;br&gt;
5.Add your meal&lt;/p&gt;




&lt;h2&gt;
  
  
  SCREENSHOTS
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GFaOaVLm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044780-3d6e25c0-03ef-4948-90f7-6a3508c5e567.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GFaOaVLm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044780-3d6e25c0-03ef-4948-90f7-6a3508c5e567.png" alt="Screenshot from 2022-07-31 23-46-09" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JeVqmDBA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044782-fabf9d9d-53b3-4fc1-86de-fecb6debde21.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JeVqmDBA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044782-fabf9d9d-53b3-4fc1-86de-fecb6debde21.png" alt="Screenshot from 2022-07-31 23-46-17" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uwj-hkoI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044784-2b816c76-e374-45e5-8127-1cea9a8b05d6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uwj-hkoI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044784-2b816c76-e374-45e5-8127-1cea9a8b05d6.png" alt="Screenshot from 2022-07-31 23-46-28" width="880" height="495"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--wdL5bMK8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044786-48f6e3a0-98c5-4dc8-93fb-4cd13308239c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wdL5bMK8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/182044786-48f6e3a0-98c5-4dc8-93fb-4cd13308239c.png" alt="Screenshot from 2022-07-31 23-46-36" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Getting Files&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fork the repo&lt;/li&gt;
&lt;li&gt;Create a new branch in your terminal (git checkout -b improve-feature)&lt;/li&gt;
&lt;li&gt;Install the prerequisites.&lt;/li&gt;
&lt;li&gt;Make appropriate changes in file(s)&lt;/li&gt;
&lt;li&gt;Run the server to see the changes&lt;/li&gt;
&lt;li&gt;Add the changes and commit them (git commit -am "Improve App")&lt;/li&gt;
&lt;li&gt;Push to the branch (git push origin improve-app)&lt;/li&gt;
&lt;li&gt;Create a Pull request&lt;/li&gt;
&lt;li&gt;Open the folder location on terminal and use the following command to run app:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How To Run It&lt;br&gt;
start server and npm start &lt;/p&gt;

&lt;h2&gt;
  
  
  Technologies Used
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;React Library&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>My First Blog</title>
      <dc:creator>martinpeak</dc:creator>
      <pubDate>Sun, 26 Jun 2022 20:42:43 +0000</pubDate>
      <link>https://dev.to/martinpouh/my-first-blog-1ibd</link>
      <guid>https://dev.to/martinpouh/my-first-blog-1ibd</guid>
      <description>&lt;p&gt;My First Blog&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Making a Website Application (Belafonte Food Hub) using a public API</title>
      <dc:creator>martinpeak</dc:creator>
      <pubDate>Sun, 26 Jun 2022 19:49:51 +0000</pubDate>
      <link>https://dev.to/martinpouh/making-a-website-application-belafonte-food-hub-using-a-public-api-59f8</link>
      <guid>https://dev.to/martinpouh/making-a-website-application-belafonte-food-hub-using-a-public-api-59f8</guid>
      <description>&lt;p&gt;When learning Javascript, using a FETCH API to come-up with a website is one of the milestones that you could achieve as a weekend task.You get to experience different types of API and a variety to choose from.&lt;br&gt;
 Below are a few sites that have API feel free to go through as you follow along:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://github.com/public-apis/public-apis"&gt;https://github.com/public-apis/public-apis&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Things you need before starting:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A Design of the website: Figma will give you an idea: &lt;a href="https://www.figma.com/login"&gt;https://www.figma.com/login&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;A public API&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Using a fetch API &lt;em&gt;("&lt;a href="https://www.themealdb.com/api/json/v1/1/search.php?s=%22"&gt;https://www.themealdb.com/api/json/v1/1/search.php?s="&lt;/a&gt;)&lt;/em&gt; to get a list of meals I came up with Belafonte Food Hub website that offers users a variety of meals and using a button one can watch how to prepare the meals, like or dislike based on their preference and Submit a review at the button of the page.&lt;br&gt;
Getting:&lt;br&gt;
1.List of meals/dish.&lt;br&gt;
2.Name of the meal.&lt;br&gt;
3.Category: such as Soup or side dish.&lt;br&gt;
4.Origin of the meal.&lt;br&gt;
5.Youtube link to learn how to prepare the meal with the aid of a video.&lt;/p&gt;

&lt;p&gt;SCREENSHOTS&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ld3a2Q10--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/175829051-5c3bd3ed-01ab-4597-8d54-10bd83a9df6e.png" alt="Screenshot from 2022-06-26 21-33-24" width="880" height="495"&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FLNFhFkh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/175829052-fb18cd3e-bdac-489b-867b-187a79a29d70.png" alt="Screenshot from 2022-06-26 21-33-34" width="880" height="495"&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TAPdBIG8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/24671358/175829055-4038b828-29bf-4d39-bf07-8cd0ee8b2e51.png" alt="Screenshot from 2022-06-26 21-33-51" width="880" height="495"&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo link: &lt;a href="https://github.com/Martinpouh/Belafonte-Food-Hub"&gt;https://github.com/Martinpouh/Belafonte-Food-Hub&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
