Next.js first exercise

satya - 8/24/2025, 12:41:20 PM

Previous doc: next js installation

Previous doc: next js installation

satya - 8/24/2025, 12:45:49 PM

First Goals

  1. Tag the old installation in github to provide doc links
  2. Start from scratch
  3. Starter global.css
  4. a components sub directory
  5. basic components to understand react
  6. A home page to introduce the ideas
  7. A layout: header, left, bottom
  8. Menu in the left
  9. Multiple classes
  10. Each class an exercise in an aspect

satya - 8/24/2025, 12:46:45 PM

First doc from chatgpt to get this started, global.css and basic components

First doc from chatgpt to get this started, global.css and basic components

satya - 8/24/2025, 12:47:19 PM

it has

  1. global.css
  2. components
  3. to bootstrap
  4. A page.tsx (I may not use this)