I cannot get the site to actually load. The text of one of the cards loads, un-styled. On local, it works perfectly.
Jonathan Rees
@jonnywillreesAll comments
- @hhenskeSubmitted over 2 years ago@jonnywillreesPosted over 2 years ago
Did you build this component in react??
Edit: Never mind, after looking at your source code it seems you used react which is all set up for you locally, but when you host your code somewhere you need to make sure that the service you use (eg. GitHub Pages) supports hosting your build files.
0 - @danielkwon89Submitted over 2 years ago
Things I found difficult:
- centering the modal vertically
- dynamically sizing containers
- how to think of CSS when making larger projects (how to make wise CSS choices that not only work, but are maintainable)
@jonnywillreesPosted over 2 years agoSome small things I would suggest is create a script.js file in the project root and then link to it at the very bottom between your <body></body> tags.
This way you will get much better intellisense and code format if you are using an editor like VS Code. Also you won't have to add an event listener to the window to check if everything has rendered before running the javscript code.
1 - @Muhammad-samirSubmitted over 2 years ago
I would like to see your feedback about this project and your opinion about my code
@jonnywillreesPosted over 2 years agoI can't find the link to your repo in order to view your source code
0