Summary for free code camp challenges

Is there a summary page on free code camp where I can revise all the challenges that I have completed? I know about this page: “https://www.freecodecamp.org/adroitmachine”( the page where all the completed challenges are listed). But I don’t like the functionality of that. I mean I don’t want to click on individual challenges to view their solution. I need something like a summary page where all the challenges are summarized. A summary page like that could help anyone who wants to brush up what they have learned.

regards,
your fellow camper

You might want to check out https://guide.freecodecamp.org/

1 Like

@kevcomedia: thanks for sharing the link.
@camperextraordinaire: What I want is are the solutions to all the challenges I have completed on freecode camp( all on one page), unlike this link: “https://www.freecodecamp.org/adroitmachine" where I have to click for solutions one by one.

1 Like

@camperextraordinaire: Thanks a lot for the effort you have put in to writing the code. But I don’t quite know how to put your code to work. I’m’ still new to javascript this is why I had requested freecodecamp’s community developers to devise a solution for summarizing a solution page in the first place. Could you elaborate more on how to use your code for finding solutions?

with warm regards,
your fellow camper

If I’m reading Randell’s code correctly you should be able to just copy the text, save as an HTML file on your local machine and just open it by double clicking on the file in your browser.

However, first you want to make sure to replace the const fccUser = ’ ’ spot with your user name in the quotes for this to work. Otherwise it doesn’t appear any additional credentials are required.

Randell can correct me though if I’m wrong.

So you were just wanting FCC to make a change to the way the solutions are accessed/displayed? In that case, we do appreciate your suggestion. Now that I have created this code, I may attempt to expand it and make a suggestion to those in control of the curriculum content of an alternate way to view the solutions. I have some other ideas which would involve a collapsed solution and once click, the solution would appear below the title. This way, the page is less cluttered with all of the solutions showing up at the same time, but still avoiding having to open a new window to see the solution quickly.

@camperextraordinaire: that is wonderful. Thanks for taking the initiative. I’m closing this thread now. I will be waiting for summary page to arrive. Thanks a lot!!!