- Create React App 2 Quick Start Guide
- Brandon Richey
- 292字
- 2021-07-02 12:53:27
Designing our application
It's very difficult to build a project when you're not sure precisely what you're building in the first place, right? When we talk about how to design, build, and plan an application, we need to talk about the problem we're ultimately trying to solve in the first place. With that in mind, let's talk about the theoretical vision for our application.
First off, we're going to build out a mixture between a pomodoro tracker and a to-do list. This will give us the functionality of a plain old to-do list, but also allow us to track time spent on each item as we go through the list. We'll keep the overall design of this application pretty simple; there's no reason to dive into a giant application. A relatively small and simple application will teach you all you need to get started quickly with Create React App.
This chapter is also going to be the only chapter that's really only focused on the React side of things and less on Create React App. Being able to get started with any tool is essentially useless if you don't know how to build something after you get up and moving, so that is what this chapter is designed to help you solve.
Our application will have a simple to-do interface with a Mark As Done button for each. For each item, you'll be able to mark the item as complete after you add it and it will change the display of that item to let you know it's done. There's not really anything particularly fancy going on, just a very simple application design. Let's take a look at what the design for this might look like (at a very high level):

- Facebook Application Development with Graph API Cookbook
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- C#程序設計實訓指導書
- Windows系統管理與服務配置
- 跟“龍哥”學C語言編程
- CentOS 7 Linux Server Cookbook(Second Edition)
- Java Web基礎與實例教程
- Unity Shader入門精要
- QGIS By Example
- 區塊鏈底層設計Java實戰
- 深入淺出Go語言編程
- Vue.js 3應用開發與核心源碼解析
- Scratch從入門到精通
- Android 5從入門到精通
- jQuery Essentials