<?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: mbolonzi_</title>
    <description>The latest articles on DEV Community by mbolonzi_ (@mbolonzi_).</description>
    <link>https://dev.to/mbolonzi_</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%2F629294%2F6329edb8-4508-455c-826b-d52abea3e52c.jpg</url>
      <title>DEV Community: mbolonzi_</title>
      <link>https://dev.to/mbolonzi_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mbolonzi_"/>
    <language>en</language>
    <item>
      <title>Dry Bar Cocktails</title>
      <dc:creator>mbolonzi_</dc:creator>
      <pubDate>Thu, 30 Jun 2022 19:03:24 +0000</pubDate>
      <link>https://dev.to/mbolonzi_/dry-bar-cocktails-1883</link>
      <guid>https://dev.to/mbolonzi_/dry-bar-cocktails-1883</guid>
      <description>&lt;h1&gt;
  
  
  About Dry Bar
&lt;/h1&gt;

&lt;p&gt;Dry Bar Cocktails is an apllication that allows you to select/customize the cocktail of your choice at the joint and be served immediately The application allows you to select from a variate of cocktails that we serve.&lt;br&gt;
&lt;a href="https://mbolonzi-design.github.io/phase-1-project/"&gt;Live link&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How to contribute
&lt;/h3&gt;

&lt;p&gt;To fix a bug or enhance an existing module, follow these steps:&lt;/p&gt;

&lt;p&gt;Fork the repository&lt;br&gt;
Create a new branch (git checkout -b improve-feature)&lt;br&gt;
Make the appropriate changes in the files&lt;br&gt;
Add changes to reflect the changes made&lt;br&gt;
Commit your changes (git commit -am 'Improve feature')&lt;br&gt;
Push to the branch (git push origin improve-feature)&lt;br&gt;
Create a Pull Request&lt;/p&gt;

&lt;h3&gt;
  
  
  Fetch function
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  function getData() {
    const options = {
        method: 'GET',
        headers: {
            'X-RapidAPI-Host': 'the-cocktail-db.p.rapidapi.com',
            'X-RapidAPI-Key': 'fedf1dd524msh1cf534605192167p136515jsn5200bf26f1a5'
        }
    };

    const response= fetch('https://the-cocktail-db.p.rapidapi.com/popular.php', options)
        .then(response =&amp;gt; response.json())
        .then(response =&amp;gt; response)
        .catch(err =&amp;gt; console.error(err));
    return response
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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