personalProjectType
ThepersonalProjectType defines the structure for personal project entries in the portfolio. It is an array type containing project objects.
Type Definition
Fields
The URL or path to the project. Can be an external link (e.g., GitHub repository, live demo) or an internal route (e.g.,
/blog/post/intern-experience-aws).The path to the project’s preview image. Typically references images in the public directory (e.g.,
/angler_spots.png).Alternative text for the project image, used for accessibility and SEO purposes.
The display name of the project. Often includes emoji for visual appeal (e.g., “Angler Spots 🎣”).
A detailed description of the project, explaining its purpose, features, and impact. Should be concise yet informative.
An array of technology stack items used in the project. Can include frameworks, languages, platforms, and tools (e.g.,
["NextJS", "TypeScript", "AWS"]).