I have made a sample frontend simple React App for displaying Movie Names Available on Internet By searching your preferred movie Name. It uses the ImDb API to get perfect results. Initially it runs on the local host and display the correct output that I want, but after uploading the File to github and connecting it to Github Pages, it just displays WHite Display.
1.I made the initial App using node "create-react-app" command. 2.Then edited and coded the files I needed changes in. 3.After testing it for local host working correctly, Ran the command "npm build run" 4.Uploaded the build Files in the Github Repo "https://github.com/AryamanAdivyaSingh47/movie-display.github.io". 5.Did the Github Pages thingy and got Website url "URL"URL
- And I get the Blank Page .
Please Help