Does freecode camp use any special dependencies?

Hi all,
I’ve begun the JavaScript Algorithms and Data Structures (Beta) track. I noticed that after each step, all the work that I completed, and any notes I wrote in the step are deleted.

So I decided to transfer each step into a replit so that I can have the entire process with all my notes available for the future.

As I complete a step, I’m copying the .css, .html, and .js files to replit where I can take further notes and where all my work will be saved.

i noticed that replit cannot render the html and css. Are there any special dependencies that I need to dowload in replit so that the pages render like they do in freecodecamp?

Thank you for your help.

-d

make sure the file names match

you can also share your repl so we can try to help

anyway, no, html and css are interpreted by default by a browser

1 Like

Hi Ilenia,
Thank you for responding.

You were right - the href to style.css was styles.css. After I changed it, it worked.

Thank you again for your help!

-d

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.