Questions on projects

Hi, I attended the whole “Responsive web design certification” course. Now I’m in the last section: “Responsive web design projects” and I have the following doubts: 1) where to write the code, for example for the first project: “Build a tribute page” 2) User stories are the indications to follow to build the project in the order in which they are inserted or are they the steps to follow to build the project? 3) Having to use the cones learned during the course, is it advisable to review the lessons of the course? 4) Once the project has been created and the link is inserted, will there be an evaluation on your part?

the suggestion is CodePen, you are given a pen to fork with the test suite, but you can use the test suite anywhere and you can build your project anywhere as long as at the end you have a live version and your code publicly viable. (and with the test suite included with all tests passing)

From the FAQ:

Do I have to use CodePen for the front end projects?

As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.

You can use GitHub pages or surge.sh as alternatives to CodePen.

user stories are reflected in tbe test suite, you need to satisfy them at the end, but you can build your project in the order you prefer.

use the Read-Search-Ask method as much as you need and want, you can’t remember everything, go outside fcc, google stuff, etc. Research, learn new things, researcch some more. Ask here on the forum if you need help, etc.

the submission of the projects is on a honor system, but it’s checked to avoid plagarism. To have feedback on your project you can open a topic in the Code Feedback subforum.

1 Like