how ot create a new react project code example
Example 1: create a new project with create-react-app
npx create-react-app project-name
Example 2: how to create a new react app
npx create-react-app your-project-name
npx create-react-app project-name
npx create-react-app your-project-name