Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 921 Bytes

File metadata and controls

25 lines (17 loc) · 921 Bytes

📚 JavaScript Technical Documentation Page

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/


🧠 What I Learned

  • 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.