Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    The more challenging part was the animated hamburguer menu. I make it with CSS only. Some JSX was used to animate de mobile menu backdrop.

    I still have problems deploying to github pages and showing pictures. To make it work I edited the paths on index.html and all the pictures paths on the .js and .css files, all directly on github. Also, some pictures were uploaded manually. Some of you have the same problem? Any advise?

  • Submitted


    Github Pages with React's "npm run deploy" deployment didn't worked since it was showing only a blank page. Checking console I found URLs for JS and CSS were missing a dot (.) before the first slash (/) on both URL's. I edited index.html directly on Github and it worked. Then the JSON file wasn't found also. I uploaded to the branch manually. It worked. Then images weren't found also. I uploaded "images" folder manually and everything went fine. Anyone else with same issue? I know this has nothing related to the challenge itself but it was and additional challenge for me. I appreciate your comments about it. The requested challenge have a lot of fun. I did really enjoy it.