Netlify Forms not working for react-app

I have a react-app that is deployed and I want to create a contact page using forms. I have read the docs and followed this tutorial:

But its still not working for me. I get this page when I click on the submit button:

Here is my repo and the link to my portfolio respectively (its deployed from the “netlify-deployment” branch):

I am not sure what the issue is. I don’t see any errors in the console either. Am I missing something in my code?

It appears to be working.

I figured it out already.

All I had to do was add a html file to the public folder. I wasn’t aware of this since it wasn’t stated in the tutorial I used.