* feat: remove eslint-plugin-prettier for prettier This removes the annoying lint warnings when all that needs to change is formatting * fix: use .js lint-staged config to ignore properly * fix: lint everything if a lot of files are changed It's faster than making lots of individual linter calls * chore: apply prettier * fix: ignore code in curriculum-file-structure
22 lines
1015 B
Markdown
22 lines
1015 B
Markdown
---
|
|
title: Introduction to the Responsive Web Design Projects
|
|
block: Responsive Web Design Projects
|
|
superBlock: Responsive Web Design
|
|
---
|
|
|
|
## Introduction to the Responsive Web Design Projects
|
|
|
|
Time to put your newly learnt skills to work! By working on projects you would have the opportunity of applying all the skills, principles and concepts you have learnt so far HTML, CSS, Visual Design, Accessibility, etc.
|
|
|
|
In this section you get the chance to:
|
|
|
|
- Build a Tribute Page
|
|
- Build a Survey Form
|
|
- Build a Product Landing Page
|
|
- Build a Technical Documentation Page
|
|
- Build a Personal Portfolio Webpage
|
|
|
|
By the end of this, you would have 5 responsive websites under your belt that you can show off to friends, family, employers, etc. Have fun and remember to use the [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck-coding/19514) method if you get stuck.
|
|
|
|
**Note**: If you work locally on the projects you must use a server in order to get accurate results from the test.
|