Starting with React, fundaments, bundlers & Compilers, components and properties. Thinking order of components and folder structure
Structuring the app folder and components. Working with Router.Working with forms - Controlled and Uncontrolled. Use of React-hook-form.
Doing app methods countdown and history. Use of useContext and useReducer. Moving to files actions and methods.
Getting the finals fix for the methods. Making mobile friendly.
You can use git or a tool like degit to clone my projects for your directory.
#clone project repository
git clone HTTTPS-or-SSH-URL
#OR
npx degit gw-rodrigues/repository-name new-project-folder-name
#go to project folder
cd new-project-folder-name
#install dependencies
npm install
#OR
yarn
#start project developer mode
npm run dev
#OR
yarn dev