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.git
cd react-app
sudo npm install
sudo npm start
- Fork the repo( Use the Button on the top right named Fork)
git clone https://github.com/
Your-User-Name/react-app.git
cd react-app
npm install
sudo npm start
- Make changes in src
- Run in terminal
bash build.sh
git add .
git commit -m "Commit Message"
git push origin master