'Create-react-app' is one of the command line tool which allow to create basic react app for the first.
Before working with react js , we have to install nodejs in our system. And after that we have to install globally.
command- npx create-react-app todos-list (app name,we can put any app name).