How I Built My First Electron App & You Can Too Pt.5 – Polishing, Building & Shipping

Wanting to create an electron app is one thing. Shipping it is another. Today, we are going to finish our app and ship! We will start by improving the UI. We will use styled-components to create components for custom checkboxes and lists. Then, we will implement a simple top menu. After that, we will use… Continue reading How I Built My First Electron App & You Can Too Pt.5 – Polishing, Building & Shipping

How I Built My First Electron App & You Can Too Pt.4 – Adding Timer & Notification

Building an electron app is so easy anyone can do it! All you need is just an idea. Then, this mini series will show you how to take your idea and build your first electron app, step-by-step. In this part, our goal will be creating, and then implementing, Timer component with a simple notification for… Continue reading How I Built My First Electron App & You Can Too Pt.4 – Adding Timer & Notification

How I Built My First Electron App & You Can Too Pt.3 – Unleashing the Electron

Building an electron app doesn’t have to be hard. It can be actually easy. In this mini series we will take a look at how to do it, step-by-step. In this part, we will put together the code that will power up our electron app. Then, we will create the first and also the main… Continue reading How I Built My First Electron App & You Can Too Pt.3 – Unleashing the Electron

How I Built My First Electron App & You Can Too Pt.2 – Preparing the Workflow

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

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