I coded on codesandbox, transfered my code to vs code, github and then deployed it on Netlify. My app is working fine on codesandbox.
I don’t have an error, the deploy log is complete but my weather app is not looking like how it normally looks like when I deploy it on netlify?
@iaa This isn’t happening due to Netlify, but rather due to your own code and files.
If you run npx serve within the folder locally, then view the site via the URL that it provides, you’ll find it shows exactly the same thing as on Netlify.
The issue is that your CSS and JavaScript files aren’t loading.