-2

I try to host my react app in github but it is showing a blank page after hosting. This is my repo:https://github.com/Hariprakash-va/Todolist/tree/gh-pages.

I try to deploy my react app but it is showing blank page. I don't know what I'm missing or why it is showing as blank.

This is my hosting link: https://hariprakash-va.github.io/Todolist/

Drew Reese
  • 165,259
  • 14
  • 153
  • 181
  • 1
    We can't see what any of your *actual* code is doing, but does this help answer your question? https://stackoverflow.com/a/71985764/8690857 – Drew Reese Jun 24 '23 at 18:19

1 Answers1

0

Your URL is: https://hariprakash-va.github.io/Todolist/ but on your package.json you set the homepage to: https://hariprakash-va/github.io/Todolist and they are different.

I made a pull request to your repo, check that.

Ali Navidi
  • 693
  • 1
  • 5
  • 18