<?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: Lucas Cunha</title>
    <description>The latest articles on DEV Community by Lucas Cunha (@lucascunha).</description>
    <link>https://dev.to/lucascunha</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702264%2F1115da4e-031c-4524-b112-b13979d2f1c8.png</url>
      <title>DEV Community: Lucas Cunha</title>
      <link>https://dev.to/lucascunha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lucascunha"/>
    <language>en</language>
    <item>
      <title>Virtual Bookcase - in progress</title>
      <dc:creator>Lucas Cunha</dc:creator>
      <pubDate>Sat, 18 Sep 2021 13:23:00 +0000</pubDate>
      <link>https://dev.to/lucascunha/virtual-bookcase-in-progress-2m65</link>
      <guid>https://dev.to/lucascunha/virtual-bookcase-in-progress-2m65</guid>
      <description>&lt;p&gt;Hello there!&lt;/p&gt;

&lt;p&gt;I am making this very simple virtual bookcase for learning more about frontend development.&lt;/p&gt;

&lt;p&gt;It is a challenge from ImersãoDEV event promoted by Alura. I used just HTML, CSS, and pure Javascript.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The next steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I need to save the name of the book and show that name with its image book; [I'm thinking in a way to show the name when I put the mouse over the image];&lt;/li&gt;
&lt;li&gt;I need to remove the book by the name; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lucascunha/embed/powayVg?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>imersaodev</category>
      <category>alura</category>
      <category>learning</category>
    </item>
    <item>
      <title>I made a guessing game using just HTML, CSS e Javascript.</title>
      <dc:creator>Lucas Cunha</dc:creator>
      <pubDate>Sat, 18 Sep 2021 13:13:05 +0000</pubDate>
      <link>https://dev.to/lucascunha/jogo-mentalista-usando-apenas-html-css-e-javascript-5chn</link>
      <guid>https://dev.to/lucascunha/jogo-mentalista-usando-apenas-html-css-e-javascript-5chn</guid>
      <description>&lt;p&gt;I made this simple guessing game as part of ImersãoDEV challenge. &lt;/p&gt;

&lt;p&gt;This page defines a random number from 0 to 10 and the player have three tries to guess the number.&lt;/p&gt;

&lt;p&gt;The game ends with victory, if the player hits the number. Or game over if the tries ends.&lt;/p&gt;

&lt;p&gt;Mais um desafio cumprido na ImersãoDEV. Dessa vez foi um jogo de adivinhação simples. &lt;/p&gt;

&lt;p&gt;A página define um número secreto (de 0 a 10) e você pode chutar até 3 vezes tentando acertar. O jogo termina quando você acerta (vitória) ou quando acabam-se as tentativas (game over).&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lucascunha/embed/JjJOdOB?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>imersaodev</category>
      <category>aprendizado</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Esconder e Exibir DIVs</title>
      <dc:creator>Lucas Cunha</dc:creator>
      <pubDate>Sat, 18 Sep 2021 13:07:06 +0000</pubDate>
      <link>https://dev.to/lucascunha/esconder-e-exibir-divs-57c7</link>
      <guid>https://dev.to/lucascunha/esconder-e-exibir-divs-57c7</guid>
      <description>&lt;p&gt;Esta foi a solução que encontrei para fazer aparecer na tela somente o conteúdo da DIV selecionada. &lt;/p&gt;

&lt;p&gt;Está bem simples, mas como eu estou começando ainda a aprender JS, acho que foi a forma mais didática que consegui fazer e me ajudou a entender o conceito.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lucascunha/embed/oNwGWPR?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>div</category>
      <category>detalhado</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Conversor de Moedas - iniciante</title>
      <dc:creator>Lucas Cunha</dc:creator>
      <pubDate>Sat, 18 Sep 2021 13:04:20 +0000</pubDate>
      <link>https://dev.to/lucascunha/conversor-de-moedas-iniciante-2jod</link>
      <guid>https://dev.to/lucascunha/conversor-de-moedas-iniciante-2jod</guid>
      <description>&lt;p&gt;Cumprindo os desafios da segunda aula do ImersãoDEV.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lucascunha/embed/MWoEeWq?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>aprendizado</category>
      <category>frontend</category>
      <category>imersaodev</category>
      <category>alura</category>
    </item>
    <item>
      <title>Calculadora de média</title>
      <dc:creator>Lucas Cunha</dc:creator>
      <pubDate>Sat, 18 Sep 2021 12:58:49 +0000</pubDate>
      <link>https://dev.to/lucascunha/calculadora-de-media-27gf</link>
      <guid>https://dev.to/lucascunha/calculadora-de-media-27gf</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/lucascunha/embed/mdwwpGN?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>aprendizado</category>
      <category>imersaodev</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
