malozaibi/web-dev-php — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple beginner PHP web development practice site based on this repo. It looks like it’s meant to be organized by lessons, with folders like lec1 through lec10, plus css, js, and bonus, so make it feel like a small course website where someone can open each lesson and see a working example.

Create a clean home page that links to every lesson folder and the bonus section. Each lesson page should have a clear title, a short explanation, and a small PHP or web example that actually runs in the browser. Keep the styling simple and consistent, and use a little JavaScript only where it helps demonstrate basic interactivity.

Please make it easy for a beginner to understand and run locally with PHP. Add any missing index files needed so the pages don’t feel broken. If something is unclear because there’s no README, make sensible simple choices and keep the project lightweight.

Want more depth? Deep Reverse