Next.js first exercise

Previous doc: next js installation

  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

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

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