You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a full-stack to-do list app--although there is no cloud storage--that allows you to view your tasks and manage them by adding or removing.
It covers some very important concepts ranging from frontend (views) to state management.
The goal for you is to understand every line of code in this project. More specifically, you should be able to tell what each line does and how the state transitions to the next one. After that, you should be able to recreate the entire codebase from scratch based on the project description from the frist bullet point.
And with that you should be confident enough to be part of the team contributing to ARchitect implementation.