Next.js first exercise
satya - 8/24/2025, 12:41:20 PM
Previous doc: next js installation
satya - 8/24/2025, 12:45:49 PM
First Goals
- Tag the old installation in github to provide doc links
- Start from scratch
- Starter global.css
- a components sub directory
- basic components to understand react
- A home page to introduce the ideas
- A layout: header, left, bottom
- Menu in the left
- Multiple classes
- 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
- global.css
- components
- to bootstrap
- A page.tsx (I may not use this)