This is a personal portfolio website for Kyle Greer, showcasing his work and projects as a software developer. The site is built using modern web technologies to create an engaging and interactive user experience.
- Next.js - React framework for production-ready applications
- Framer Motion - Animation library for smooth, interactive animations
- Tailwind CSS - Utility-first CSS framework for rapid UI development
To run the development server locally:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the portfolio website.
- Responsive design that works on all devices
- Smooth animations and transitions powered by Framer Motion
- Modern, clean UI built with Tailwind CSS
- Showcases projects, skills, and professional experience
- Contact information and social links
The portfolio includes sections for:
- Hero/Introduction
- About Kyle
- Featured Projects
- Contact Information
You can start editing the components in the src/components/ directory. The page auto-updates as you edit the files thanks to Next.js hot reloading.
The easiest way to deploy this Next.js portfolio is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.