Tell us what’s happening:
i’ve done everything i think should work but it’s not working yet. i will attach my code to this request for help.
###Your project link(s)
solution: http://localhost:3000
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Basic Node and Express - Serve an HTML File
ILM
2
from your screenshot the server seems to have stopped, the server need to be running when you run the tests
ILM
4
what response do you get on freeCodeCamp side?
do you see the form on the localhost:3000
page?
that’s my response on freecodecamp and my localhost page is
ILM
6
considering that you commented out the Hello Express part, your server does not have your most recent code
i fixed it. thank you for your help