So, you want to build your own electron app? Do you have some interesting idea in mind, or just want to learn how to do it? You are on the right place! This mini series will help you learn all you need to achieve both. Today, in this part, our main goal and focus will… Continue reading How I Built My First Electron App & You Can Too Pt.2 – Preparing the Workflow
Tag: css3
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
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
Styled-Components – Mastering the Fundamentals Through Practice
Styled-components is becoming more and more popular. Many projects built with React.js use this library. This is no surprise. Styled-components make working with CSS easy and fun, even in JavaScript. However, everything requires practices, especially when what you want is mastery. This is the goal of this article. Let’s go back to the fundamentals of… Continue reading Styled-Components – Mastering the Fundamentals Through Practice
A Simple Introduction to Styled-components – Modular CSS and Reactjs
Have you ever heard about styled-components? Chances are that you did, at least if you have some experience with app development, or Reactjs. This is a very interesting take on modular CSS. What is this styled-components thing about? As its website says, its goal is to help developers style their apps without any stress. Let’s… Continue reading A Simple Introduction to Styled-components – Modular CSS and Reactjs