Tutorial for young developers I work with.
To run project after cloning it run npm install
and then npm run dev
To work with the tutorial without the problems student has to have at least basic knowledge and understanding of node, npm, git and JavaScript
Lesson 1 - Init the project, make the first branch and commit it in git repository
Lesson 2 - Make a simple working react app
Lesson 3 - Make a data flow with local state
Lesson 4 - Make an API request on user action and add result to the state
Lesson 5 - Simple unit tests and snapshots
Lesson 6 - Eslint and prop types