Try hovering on the Center of the Screen and clicking on the name and changing it
https://loopthrough-i-j.github.io/react-app/
git clone https://github.com/LoopThrough-i-j/react-app.gitcd react-appsudo npm installsudo npm start
- Fork the repo( Use the Button on the top right named Fork)
git clone https://github.com/Your-User-Name/react-app.gitcd react-appnpm installsudo npm start- Make changes in src
- Run in terminal
bash build.sh git add .git commit -m "Commit Message"git push origin master