Have to know something!

to build a website like this one:

excuse me for the website’s bad name.(the website is not mine of course).
I know that one has to learn more from the internet after all but in percentage how much freecodecamp curriculum offer? does it offer most of what I need to build a similar version of the website in the link above?
thank you.

ps: if you have time please enlist what frameworks and libraries are needed for the front and backend addition to javascript.

Hi @zak !

freeCodeCamp teaches full stack JavaScript.
More specifically the MERN (MongoDB, Express, React, Node)stack.

The first six certifications will teach you everything you need to know on how to build this site.

I looked at the dev tools and it looks like they are using bootstrap.
freeCodeCamp has a few lessons on bootstrap in the third certification.

There is some sort of database for all of these entries.
FCC teaches mongoDB which is a NoSQL database.

For the submit and login functionalities that would be the backend portion.

FCC teaches Node and Express.
The 5th and 6th certifications cover that.

Hope that helps!

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