freeCodeCamp/CurriculumExpansion

Final Project

Closed this issue · 1 comments

The freeCodeCamp curriculum is lacking something, IMO. A project which is built from the heart of the developer.
I think FCC should have one final, CRUD application project, with specific user requests(i.e. should be secure, should be responsive, should allow anyone in the world to visit(if that's not already the case), whatever). Anyway a "final" real project, where the students submit to the forum asking to be hacked, to better learn their craft. But this last, boss-level project is based upon being able to build out an entire application on the students own. It is a final challenge, and may need an additional certificate?

Let me know what you think. Thanks, FCC team

I think a constraint here would be how to go about testing the application. The challenges and projects currently on FCC are tested through automated tests. I don't know if that can properly implemented for a CRUD application