<?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: Can Umay</title>
    <description>The latest articles on DEV Community by Can Umay (@canumay).</description>
    <link>https://dev.to/canumay</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%2F340495%2F3726e408-0e1e-4a09-8cf1-d292891a6ee3.jpeg</url>
      <title>DEV Community: Can Umay</title>
      <link>https://dev.to/canumay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/canumay"/>
    <language>en</language>
    <item>
      <title>Twitch's Animated Cards using HTML and CSS</title>
      <dc:creator>Can Umay</dc:creator>
      <pubDate>Sat, 29 May 2021 12:09:19 +0000</pubDate>
      <link>https://dev.to/canumay/twitch-s-animated-cards-with-html-and-css-o1c</link>
      <guid>https://dev.to/canumay/twitch-s-animated-cards-with-html-and-css-o1c</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/canumay/embed/gOmGEoK?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Netflix's Animated Cards using HTML and CSS</title>
      <dc:creator>Can Umay</dc:creator>
      <pubDate>Fri, 28 May 2021 12:57:51 +0000</pubDate>
      <link>https://dev.to/canumay/netflix-cards-3hhe</link>
      <guid>https://dev.to/canumay/netflix-cards-3hhe</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/canumay/embed/ExWvpdv?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Tweet with profile preview using HTML and CSS</title>
      <dc:creator>Can Umay</dc:creator>
      <pubDate>Fri, 28 May 2021 12:50:27 +0000</pubDate>
      <link>https://dev.to/canumay/tweet-with-profile-preview-306o</link>
      <guid>https://dev.to/canumay/tweet-with-profile-preview-306o</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/canumay/embed/eYvGzGJ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>react-ts-starter</title>
      <dc:creator>Can Umay</dc:creator>
      <pubDate>Fri, 22 Jan 2021 10:45:22 +0000</pubDate>
      <link>https://dev.to/canumay/react-ts-starter-o9m</link>
      <guid>https://dev.to/canumay/react-ts-starter-o9m</guid>
      <description>&lt;p&gt;Sometimes as a frontend developer, I want to develop a project which has authentication part but implementing it again and again for every project is boring most of the time. &lt;/p&gt;

&lt;p&gt;Therefore, I decided to develop a starter repository for faster development process and I made it open sourced.&lt;/p&gt;

&lt;p&gt;If you are using React, Typescript, TailwindCSS, React Router, Axios, React Hook Form and yup you should check my repository.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--i3JOwpme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/canumay"&gt;
        canumay
      &lt;/a&gt; / &lt;a href="https://github.com/canumay/react-ts-starter"&gt;
        react-ts-starter
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Starter repository for developers who uses React, Typescript, TailwindCSS, React Router, Axios, React Hook Form and yup.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
react-ts-starter&lt;/h1&gt;
&lt;p&gt;This repository created for developers who uses React, Typescript, TailwindCSS, React Router, Axios, React Hook Form and yup.&lt;/p&gt;
&lt;h3&gt;
Demo&lt;/h3&gt;
&lt;p&gt;Check this &lt;a href="https://react-ts-starter.canumay.vercel.app/" rel="nofollow"&gt;link&lt;/a&gt; to see demo.&lt;/p&gt;
&lt;h3&gt;
Installation&lt;/h3&gt;
&lt;p&gt;This repository requires &lt;a href="https://nodejs.org/" rel="nofollow"&gt;Node.js&lt;/a&gt; and &lt;a href="https://yarnpkg.com/" rel="nofollow"&gt;Yarn&lt;/a&gt; to run.&lt;/p&gt;
&lt;h4&gt;
&lt;code&gt;yarn install&lt;/code&gt;
&lt;/h4&gt;
&lt;h3&gt;
Development&lt;/h3&gt;
&lt;p&gt;In the project directory, you can run:&lt;/p&gt;
&lt;h4&gt;
&lt;code&gt;yarn start&lt;/code&gt;
&lt;/h4&gt;
&lt;p&gt;Runs the app in the development mode.&lt;br&gt;
Open &lt;a href="http://localhost:3000" rel="nofollow"&gt;http://localhost:3000&lt;/a&gt; to view it in the browser.&lt;/p&gt;
&lt;h3&gt;
Testing&lt;/h3&gt;
&lt;h4&gt;
&lt;code&gt;yarn test&lt;/code&gt;
&lt;/h4&gt;
&lt;p&gt;Launches the test runner in the interactive watch mode.&lt;/p&gt;
&lt;h3&gt;
Deployment&lt;/h3&gt;
&lt;h4&gt;
&lt;code&gt;yarn build&lt;/code&gt;
&lt;/h4&gt;
&lt;p&gt;Builds the app for production to the &lt;code&gt;build&lt;/code&gt; folder.&lt;/p&gt;
&lt;h3&gt;
Mock API&lt;/h3&gt;
&lt;p&gt;I used &lt;a href="https://reqres.in/" rel="nofollow"&gt;Reqres&lt;/a&gt; as mock api to simulate login &amp;amp; register process.&lt;/p&gt;
&lt;h3&gt;
Screenshots&lt;/h3&gt;
&lt;h4&gt;
Login Page&lt;/h4&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/login.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KLqTYzEK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/login.png" alt="login" width="800"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
Login Page (input validation with React Hook Form and yup)&lt;/h4&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/login-input-validation.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XL67BcbV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/login-input-validation.png" alt="login-input-validation" width="800"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
Register Page&lt;/h4&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/register.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fkeV-WrV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/register.png" alt="register" width="800"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
Register Page (input validation with React Hook Form and yup)&lt;/h4&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/register-input-validation.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MEd3euVV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/register-input-validation.png" alt="register-input-validation" width="800"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
Protected Page&lt;/h4&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/protected.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BdRG8OVY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/canumay/react-ts-starter/main/repo-images/protected.png" alt="protected" width="800"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
Contributing&lt;/h3&gt;
&lt;p&gt;Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.&lt;/p&gt;
&lt;h3&gt;
License&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/" rel="nofollow"&gt;MIT&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/canumay/react-ts-starter"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I'm still React &amp;amp; Typescript learner so if you see issues with my code, pull requests appreciated!&lt;/p&gt;

&lt;p&gt;Have a great day!&lt;/p&gt;

</description>
      <category>react</category>
      <category>typescript</category>
      <category>tailwindcss</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
