How I Built My First Electron App & You Can Too Pt.1 – Problem, Idea & Tech Stack

Have you ever though about building your own electron app? Maybe you have an idea you want to realize. Or, maybe you have a problem nobody else is solving. Or, you are just curious and want to learn how to build an electron app. Maybe all of these reasons. This is exactly what we are… Continue reading How I Built My First Electron App & You Can Too Pt.1 – Problem, Idea & Tech Stack

How to Build a Website with React, React Router & Styled-Components Pt.3

React gained a lot of popularity. We can say that it became probably the most popular JavaScript library for building user interfaces. Its flexibility allows us to create anything we want, from apps, to websites. This tutorial is about the second. Its goal is to show you how to use React, react-router and styled-components to… Continue reading How to Build a Website with React, React Router & Styled-Components Pt.3

How to Build a Website with React, React Router & Styled-Components Pt.2

Have you ever though about building a website with React, React-router and styled-components? Then, this tutorial is right for you. In this second, we will start by creating responsive navigation, playing with React state, and creating a few more React components. We will also use some handy helpers from styled-components. And, at the very end,… Continue reading How to Build a Website with React, React Router & Styled-Components Pt.2

How to Build a Website with React, React Router & Styled-Components Pt.1

How fast can you build a simple website with react, react-router and styled-components? The question is not whether it is doable. Everything is. The real and more important question is, how hard it is? Well, it is actually very easy. You can do this in just a few minutes, even with only a very basic… Continue reading How to Build a Website with React, React Router & Styled-Components Pt.1

A Quick Introduction to PostCSS – What You Need to Get Started

As web designers and developers, we spend a lot of time working with CSS. For many, this is a time full of pain. There are many tools that aim to make working with CSS easier, faster, more flexible and fun. PostCSS is one of those tools. You may already heard about it. Maybe you even… Continue reading A Quick Introduction to PostCSS – What You Need to Get Started

Create Flipping Card & Responsive Grid with Styled-components & React

Have you ever thought about using styled-components to create a simple flipping card and responsive grid layout? In this tutorial, you will get a chance to do both! First, we will use styled-components to create flexbox-based responsive grid system. Then, we will create a component for a very simple flipping card. I hope you will… Continue reading Create Flipping Card & Responsive Grid with Styled-components & React