I need a code writing platform so I’m looking for one.
I remember a challenge which directs students to codepen but I cant find it now.
there is no reference to codepen on this site apart from many forum entries. does fcc recommend us to use that service?
Also what is the features of codepen free plan? does it give private place or all projects must be public?
1- so, yes it is.
it is written under the very first lesson(challenge).
this is why I remember seeing it but can’t find it anyway.
2- all the code you save there is public. private repository is a paid feature.
thank you.
Codepen is not required - as long as the code is visible somewhere and you have a workable demo that can be accessed online. Copepen is nice because it wraps that up in one place. It also makes it nice because if you have a question, it is easy to link it in the forum and get lots of answers. I always recommend codepen. The free version is more than enough. Yes, your pens will be public. If your going to be coding for the NSA, it is not a good option. But for everything else it is fine. The code is going to have to be public anyway to pass the project.
Some people get down on codepen. There are a few drawbacks. You can’t have multiple files. Also, for beginners, it divorces you from how web site files are typically setup and how to set up the header info in your HTML file (codepen does that for you behind the scenes). But that is easy stuff to learn and codepen will export it into the correct file structure when you want so you can see exactly what you’re missing (which will take 5 minutes to figure out, if that.)
Codepen is great for small projects like you’re doing for FCC. But most of the bigger sites I’m doing now, it just won’t cut it. But I still go back to it to try things out. Sometimes even just to quickly tryout some JavaScript code, like when I’m helping someone in the forum.
1 Like
thank you.
I’m also playing with code9io. I think I like it more. it has a 1 private area and this is just enough for learners.