freeCodeCamp/CurriculumExpansion

chore - add first basic HTML lab project for frontend cert

Closed this issue · 0 comments

The basic HTML section will have a few labs for campers to do.
Labs are defined as short projects campers build on their own. It will consist of a blank editor and user stories.
Here is an example for the format:
https://www.freecodecamp.org/learn/the-odin-project/top-build-a-recipe-project/top-build-a-recipe-project

For this issue, we need a lab that covers the following basic HTML topics:

  • headings
  • images
  • lists
  • paragraphs

Ideas for lab projects

  • Personal Profile Page
  • Recipe Page
  • Travel Page
  • Product Showcase Page

Note about user stories

Since this will be the first lab campers will create we should aim for 8 user stories or less. This should just be a short project for them to do.

Note about adding new images

For adding new images, make sure they are free to use. You will also need to be add that image to our CDN repo here
https://github.com/freeCodeCamp/cdn

Once the new image has been added to the CDN repo, then you will need to reference that cdn link in your project.

If you are not sure about if an image can be used, reach out on staff chat.

Acceptance criteria

  • create a new folder of the project in the frontend-cert/html-projects directory
  • add your completed project in an index.html file in that new folder
  • create a markdown file for your proposed user stories. You should call it user-stories.md and place it in your new project folder