Responsive Web Design examples
Click on images for link to examples and code hosted on CodePen.
Product page example
Example of HTML5 / CSS with semantic elements, embedded media, and response to mobile device screen size. (Project from freeCodeCamp training.)
Portfolio example
Example of HTML5 / CSS with dynamic viewport scrolling and response to mobile device screen size. (Project from freeCodeCamp training.)
Tech documentation example
Example of HTML5 / CSS with semantic elements, page navigation, and response to mobile device screen size. (Project from freeCodeCamp training.)
Survey example
Example of HTML5 / CSS with form and data validation. (Project from freeCodeCamp training.)
Back to the top
JavaScript / Front-end examples
Click on images for link to examples and code hosted on CodePen.
Change from Cash Register
Example of taking a cash payment and returning change based on a fixed amount of currency in the cash register. (Project from freeCodeCamp training.)
Convert to Roman Numeral
Converting numbers into Roman numerals. (Project from freeCodeCamp training.)
ROT13 Cipher
An app that uses a Caesar cipher to encode a string to ROT13 and decode a ROT13 encoded string back to normal. (Project from freeCodeCamp training.)
Telephone Number Validation
An example of using regular expressions to validate certain phone number formats. (Project from freeCodeCamp training.)
Palindrome Checker
Take a provided string and check if it is a palindrome. (Project from freeCodeCamp training.)
Back to the top
PHP / Back-end examples
Click on images for link to examples and code.
Quick AWS Elastic Beanstalk Status Update
Using PHP to parse a selected service status RSS feed into HTML output.
Back to the top