A minimalist portfolio website built with Next.js 14, TypeScript, and TailwindCSS. Featuring elegant serif typography, smooth animations, and sections for creative works, coding projects, and photography.
- Minimalist Design: Clean aesthetic with ample whitespace and elegant serif fonts
- Typography: Playfair Display (serif) and Courier Prime (typewriter style) fonts
- Smooth Animations: Unique hover effects and micro-interactions using Framer Motion
- Creative Works Section: Markdown support for stories, poetry, and design projects
- Code Projects: GitHub integration showcasing development work
- Photography Portfolio: Headshots, modeling catalog, and photography services
- Responsive Design: Optimized for all device sizes
- Modern Stack: Next.js 14, TypeScript, TailwindCSS, React
- Hero: Animated introduction with call-to-action buttons
- About: Professional background and core competencies
- Creative Works: Writing, poetry, design, and music with SoundCloud integration
- Code Projects: Featured GitHub repositories with tech stack information
- Photography: Headshots, modeling portfolio, and booking information
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load serif and typewriter fonts.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.