jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Plan out components and data flow #3

Closed jackreichert closed 11 months ago

jackreichert commented 11 months ago

Context Data flow is important for designing any application. There are patterns that will make or break your future features.

As an engineer I want a clear design of how the app will function So that I can build it

Acceptance Criteria

jackreichert commented 11 months ago

Add Context/state Flux flow to App Create an item and list component Create TaskCreate component