An open API service indexing awesome lists of open source software.

https://github.com/ralitsavoronevska/fcc-technical-documentation-page

FCC: Build a Technical Documentation Page
https://github.com/ralitsavoronevska/fcc-technical-documentation-page

bootstrap5 bootstrap5-icons codepen-io css3 css3-flexbox css3-transitions freecodecamp gh-pages html5 javascript lighthouse-audits pagespeed-insights purgecss sass scss-files tech-doc-page technical-documentation-page vanilla-js w3c-validator

Last synced: about 2 months ago
JSON representation

FCC: Build a Technical Documentation Page

Awesome Lists containing this project

README

          

# ๐Ÿš€ FCC: Build a Technical Documentation Page

๐Ÿ“ [CodePen](https://codepen.io/ralitsavoronevska/pen/zgvWKQ/)
๐Ÿ”— [Live GitHub Preview](https://ralitsavoronevska.github.io/fcc-technical-documentation-page/)

๐ŸŽฏ FreeCodeCamp Requirements


![FreeCodeCamp](https://img.shields.io/badge/Freecodecamp-%23123.svg?&style=for-the-badge&logo=freecodecamp&logoColor=green/)

Responsive Web Design Projects - Build a Technical Documentation Page

Objective: Build an app that is functionally similar to https://codepen.io/freeCodeCamp/full/NdrKKL. Do not copy this demo project.

Fulfill the below user stories and get all of the tests to pass. Give it your own personal style.

> You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is recommended because that is what the lessons have covered so far and you should get some practice with plain CSS. You can use Bootstrap or SASS if you choose. Additional technologies (just for example jQuery, React, Angular, or Vue) are not recommended for this project, and using them is at your own risk. Other projects will give you a chance to work with different technology stacks like React. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding!

โœ… User Story #1: I can see a main element with a corresponding id="main-doc", which contains the page's main content (technical documentation).
5๏ธโƒฃ User Story #2: Within the #main-doc element, I can see several section elements, each with a class of main-section. There should be a minimum of 5.
โ„น๏ธ User Story #3: The first element within each .main-section should be a header element which contains text that describes the topic of that section.
๐Ÿ†” User Story #4: Each section element with the class of main-section should also have an id that corresponds with the text of each header contained within it. Any spaces should be replaced with underscores (e.g. The section that contains the header "JavaScript and Java" should have a corresponding id="JavaScript_and_Java").
๐Ÿ”Ÿ User Story #5: The .main-section elements should contain at least 10 p elements total (not each).
5๏ธโƒฃ User Story #6: The .main-section elements should contain at least 5 code elements total (not each).
5๏ธโƒฃ User Story #7: The .main-section elements should contain at least 5 li items total (not each).
๐Ÿ“ User Story #8: I can see a nav element with a corresponding id="navbar".
๐Ÿงญ User Story #9: The navbar element should contain one header element which contains text that describes the topic of the technical documentation.
๐Ÿ”— User Story #10: Additionally, the navbar should contain link (a) elements with the class of nav-link. There should be one for every element with the class main-section.
๐Ÿ“Œ User Story #11: The header element in the navbar must come before any link (a) elements in the navbar.
๐Ÿ”ƒ User Story #12: Each element with the class of nav-link should contain text that corresponds to the header text within each section (e.g. if you have a "Hello world" section/header, your navbar should have an element which contains the text "Hello world").
๐Ÿƒโ€โ™‚๏ธ User Story #13: When I click on a navbar element, the page should navigate to the corresponding section of the main-doc element (e.g. If I click on a nav-link element that contains the text "Hello world", the page navigates to a section element that has that id and contains the corresponding header).
๐Ÿ’ป User Story #14: On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user.
๐Ÿ“ฑ User Story #15: My Technical Documentation page should use at least one media query.

You can build your project by forking this [CodePen pen](https://codepen.io/freeCodeCamp/pen/MJjpwO/).
Or you can use this CDN link to run the tests in any environment you like:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js.
Once you're done, submit the URL to your working project with all its tests passing.
Remember to use the [Read-Search-Ask](https://www.freecodecamp.org/forum/t/how-to-get-help-when-you-are-stuck/19514/) method if you get stuck.

๐Ÿ“ธ Screenshots

## ๐Ÿ–ฅ๏ธ Desktop preview:




๐Ÿ“ฑ Tablet preview:





๐Ÿ“ฑ Mobile Preview:










# ๐Ÿ… W3C HTML Validator


# ๐Ÿ… W3C CSS Validator


# ๐ŸŒˆ Chrome LightHouse Audit

Desktop:


Mobile:


# โšก PageSpeed Insights Results

Desktop:


Mobile:




# ๐Ÿ› ๏ธ Built with:
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white/)
Git icon ![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white/)
![HTML5](https://img.shields.io/badge/html5-%23FFFFFF.svg?style=for-the-badge&logo=html5&logoColor=white/) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white/) Sass icon ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E/) Bootstrap icon
๐Ÿ”จ SCSS Files [Fully Responsive, Mobile First Approach, Transitions & Flex Layout]
โ›๏ธ [Google Font: Varela Round](https://fonts.google.com/specimen/Varela+Round/)
๐Ÿช“ [Bootstrap v5.3](https://getbootstrap.com/docs/5.3/getting-started/introduction/)
๐Ÿช› [Bootstrap v5.3 Icons](https://icons.getbootstrap.com/)

# โœจ Features:
โœ… Modern JavaScript Technical Documentation Page
โœ… Fixed sidebar navigation with smooth scroll
โœ… toggle-theme button with hover effect
โœ… copy-to-clipboard implementation
โœ… Elegant scroll-to-top button
โœ… manifest.json

# ๐Ÿงฐ Online resources and tools:
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white/) ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white/)
๐Ÿ–ผ๏ธ [Photopea [Online Photo Editor]](https://www.photopea.com/)
๐Ÿช„ [svg minification](https://www.svgviewer.dev/)
๐ŸŒƒ [favicon converter](https://favicon.io/favicon-converter/)

# ๐ŸŒ Browser Support:
(Last updated and tested: 14/12/2025)
๐ŸŒŸ Chrome 143.0.7499.110 (64-bit)
๐ŸฆŠ Firefox 146.0 (64-bit)
๐Ÿดโ€โ˜ ๏ธ Opera 125.0.5729.21 (64-bit)
๐ŸชŸ Edge 143.0.3650.80 (64-bit)

# ๐Ÿงช Online Validators:
โœ”๏ธ [W3C HTML Validator](https://validator.w3.org/)
โœ”๏ธ [W3C CSS Validator](https://jigsaw.w3.org/css-validator/)
๐Ÿ’ก [LightHouse Audit](https://developers.google.com/web/tools/lighthouse/)
โšก [PageSpeed Insights Audit](https://pagespeed.web.dev/)
โญ [WebPageTest](https://www.webpagetest.org/)

# ๐ŸŒŸ Inspiration & Credits:
๐Ÿ’œ https://trigger.dev
๐Ÿ“ https://codepen.io
:octocat: https://github.com
:octocat: https://github.com/twbs/bootstrap/issues/36432
๐Ÿ’˜ https://web.dev/patterns/theming/theme-switch/#toggle-theme-js
โœ… https://hollandsweb.com/javascript-tutorial-1-copy-the-text-to-clipboard-using-javascript
๐Ÿ™Œ https://stackoverflow.com/questions/65862446/bootstrap-5-update-tooltip-title-with-javascript/65863062#65863062
โญ https://getbootstrap.com/docs/5.3/getting-started/introduction
๐ŸŽž๏ธ [Fadein and Fadeout Back To Top Button on Page Scroll using CSS and Vanilla JS [YouTube]](https://youtu.be/Pd71ZZeIhaI/)
๐ŸŽž๏ธ [11 New CSS Features Every Browser Supports in 2025 [YouTube]](https://www.youtube.com/watch?v=55uUK-iJeNM)

---

๐Ÿ™Œ Thank you for checking out my project! More is coming ๐Ÿ”œ.
Stay tuned ๐Ÿš€ and please don't forget to give the project a star! โญ
Made with lots of ๐Ÿ’—, โ˜•, and a sprinkle of โœจ by Ralitsa Voronevska!