https://react.dev/learn/start-a-new-react-project

npx create-react-app **taskmate
npm start**

this is our root id

Untitled

remove src

Untitled

create new src folder and create src/index.js and put root as id

Untitled

run npm start

Untitled