This project was built as part of the FreeCodeCamp Responsive Web Design certification.
It’s a technical documentation page about JavaScript, covering fundamental concepts like variables, functions, loops, and more. The page includes:
- A responsive side navigation bar
 - Scrollable content sections for each JS topic
 - Code snippets and explanations
 - A clean layout using only HTML and CSS
 
🔗 Live Site:
https://hemantsinghdev.github.io/freecodecamp-technicaldocumentation/
- How to create documentation-style layouts with HTML and CSS
 - Anchored side navigation
 - Page structure for technical content
 - Organizing large blocks of instructional text
 
Built as part of FreeCodeCamp's "Build a Technical Documentation Page" challenge.