Error 404 redirects

Does anyone have any idea why I keep getting 404 error from Netlify, after successful build. This is my github repo: GitHub - MilanGligorijevic/React-MoviesApp. I included _redirects file. Any suggestions?

Hello, Milan

Please provide a link to your Netlify page for the community to be able to support you with this!

Hello,
I am kinda new to this, do you mean like this: Netlify App ?
Thanks in advance

The link that you shared seems to be a 404.

How about this one? Netlify App

I managed to fix it. I was choosing wrong directory as my publish directory since my index.html was nested in a sub-folder. Deploy was working fine but it had no correct directory nor index.html to start from. Hope this helps someone, pay close attention to your Github folders and subfolders while configuring deploy on Netlify.

Thanks for explaining how you resolved it, we really appreciate it!