<?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: Mariam ait bella</title>
    <description>The latest articles on DEV Community by Mariam ait bella (@mariamaitbella).</description>
    <link>https://dev.to/mariamaitbella</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%2F825149%2Fb6a32d1b-cd62-407d-b63b-c82b4d95c19f.jpeg</url>
      <title>DEV Community: Mariam ait bella</title>
      <link>https://dev.to/mariamaitbella</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mariamaitbella"/>
    <language>en</language>
    <item>
      <title>Color scheme generator using javascript and apis</title>
      <dc:creator>Mariam ait bella</dc:creator>
      <pubDate>Mon, 04 Jul 2022 21:23:00 +0000</pubDate>
      <link>https://dev.to/mariamaitbella/color-scheme-generator-js-project-6j8</link>
      <guid>https://dev.to/mariamaitbella/color-scheme-generator-js-project-6j8</guid>
      <description>&lt;p&gt;Hello friends!&lt;/p&gt;

&lt;p&gt;I am presenting to you my last project that I built using, I had lot of fun building it especially the design and the apis part and here is the final result.&lt;/p&gt;

&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%2Fdxwc1hslhswwkt92e3n5.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%2Fdxwc1hslhswwkt92e3n5.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This project is very helpful to get the color scheme for your own future projects and it is not the final version I'm looking forward to add other useful features to it and I hope you can tell me you opinions and ideas I can add to develop this amazing project 🙏!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Used technologies&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS(Media queries classes...)&lt;/li&gt;
&lt;li&gt;JS(Apis...)&lt;/li&gt;
&lt;li&gt;Figma&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My newfound knowledge&lt;/strong&gt;&lt;br&gt;
Apis applications, fetching data from them, turn it to Json and get data from it and also the ability to read apis documentation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the challenges&lt;/strong&gt;&lt;br&gt;
Working with data that is fetched from the api and turning it show it to the user, this part is very important and needed more focus from me and effort and I learned many things at the end.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source code&lt;/strong&gt;&lt;br&gt;
You can see the source code by clicking to this link of github repository&lt;br&gt;
&lt;a href="https://github.com/mariamaitbella/color-scheme-generator" rel="noopener noreferrer"&gt;source code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Preview&lt;/strong&gt;&lt;br&gt;
Try out the project, review it, and share your thoughts in the comments area below. 🙏&lt;br&gt;
&lt;a href="https://mariamaitbella.github.io/color-scheme-generator/" rel="noopener noreferrer"&gt;Test the colorScheme&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>react</category>
      <category>css</category>
      <category>productivity</category>
    </item>
    <item>
      <title>My hometown homepage project with html &amp; css</title>
      <dc:creator>Mariam ait bella</dc:creator>
      <pubDate>Wed, 22 Jun 2022 10:55:53 +0000</pubDate>
      <link>https://dev.to/mariamaitbella/my-hometown-homepage-project-with-html-css-5gg1</link>
      <guid>https://dev.to/mariamaitbella/my-hometown-homepage-project-with-html-css-5gg1</guid>
      <description>&lt;p&gt;&lt;strong&gt;1. The project&lt;/strong&gt;&lt;br&gt;
The website is an introductory page for the city, divided into three parts: the introduction, the activities that the tourist can carry out, and finally the guide card&lt;/p&gt;

&lt;p&gt;&lt;a href="https://mariamaitbella.github.io/hometown/" rel="noopener noreferrer"&gt;See page in web&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Technologies, languages &amp;amp; tools&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;languages&lt;br&gt;
HTML, CSS&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;tools&lt;br&gt;
VSCode, Figma Design&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. What I have learned?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Html: utility of each tag like div, h1.., img tag and how we can give it a class property or id and refer to it in css.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Css: giving a specific design to a class/id or many , flexbox and its properties and its multiple uses, also I used some properties that css provides for example for the image background and i learned how to work with them and to do something nice with them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Figma: the ability to extract information about typography, redlines, colors, measurement and more from designed interfaces.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Link to the source code on github&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/mariamaitbella/hometown" rel="noopener noreferrer"&gt;source code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. A scrim record of a part of coding process&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;For better experience, please minimize the screen and increase the speed of the scrim in the corner right below!&lt;/em&gt;&lt;br&gt;
&lt;a href="https://scrimba.com/scrim/co17a4a0da17d29c3fc6e241d" rel="noopener noreferrer"&gt;Coding Scrim&lt;/a&gt;&lt;/p&gt;

&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%2Fw25e8au4hwghg3ga3g73.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%2Fw25e8au4hwghg3ga3g73.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

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