Good Day. I have just finished the Front End Libraries Course and I am just starting the projects. I know all the courses and I was wondering if that was enough to finish the projects or did I need to know more. The freecodecamp version of the random quote machine shows them using some JSON stuff and I didn’t know if I needed to learn more to complete the challenge.
There is a small section on it tucked away under the data visualization part of the curriculum. I think the placement is a bit unfortunate but it is nevertheless after the frontend part of the curriculum and the project challenges.
You can use JSON as a static data structure that you just copy and paste into your code. That way you do not need to use fetch at all. But I personally think it should be part of learning frontend projects to call an API for data.
I do think they should teach API for data.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.