How to plan and organize a React project — by building a weather app

Konstantin Münster
14 min readJul 28, 2019

Build this beautiful, small weather app and learn how to best plan and organize a React project. A beginner-friendly introduction to thinking in React.

Building a simple, responsive weather app with React.js
The weather app we are going to build

In this article, we are going to build a beautiful, simple weather app with React.js. By doing this, we will discover and learn some essential skills:

  • How to best plan your…

--

--