Skip to content

EulerGatesTechnologies/LLMStudyGuide

 
 

Repository files navigation

LLM Interview Questions Browser

A static website for browsing markdown files containing LLM interview questions and answers, originally compiled by Hao Hoang.

Setup

  1. Place your numbered markdown files in the content/ directory
  2. Run the manifest generator to create the file list:
    node generate-manifest.js
  3. Open index.html in your browser or serve it with a local server

Using a Local Server

For best results, serve the files with a local HTTP server:

# Python 3
python -m http.server 8000

# Node.js (if you have http-server installed)
npx http-server

# PHP
php -S localhost:8000

Then open http://localhost:8000 in your browser.

Features

  • Clean left-rail navigation
  • Markdown rendering with syntax highlighting
  • Responsive design
  • Proper attribution to original content creator
  • Auto-discovery of markdown files

Credits

  • Original PDF Content: Hao Hoang
  • Website Implementation: Scott Hanselman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.4%
  • CSS 23.1%
  • HTML 7.5%