This is a minimal starter scaffold for the Personal Portfolio beginner project (React, JavaScript).
Files included:
src/
with components and hookspublic/index.html
styles/globals.css
package.json
harness_contract.json
(do not change)
Run locally:
npm i
npm run dev
# open http://localhost:5173 or the port Vite shows
This scaffold demonstrates:
- Theme toggle persisted to localStorage
- Responsive layout with sections: Hero, About, Projects, Skills, Contact
- Small components and modular styles