Welcome to my developer portfolio! This project showcases my skills, projects, and experience as a developer. Built with Next.js, TypeScript, and Tailwind CSS. it not only provides a visually appealing representation of my work but also ensures optimal performance.
The whole portfolio is a React-based single page app built with Next.js in Typescript, using only statically generated pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
All project images live under public/images
and are automatically attached to each project based on the inclusion of the project's slug
in their filenames
git clone https://github.com/vanixjnk/vani-portfolio.git
cd vani-portfolio/
npm i
npm run dev
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.