A modern, interactive portfolio website built with Next.js, highlighting my work as a Full Stack Developer and AI Engineer. The site features smooth animations, responsive design, and optimal performance.
- Modern Design: Sleek, minimalist interface with dynamic animations
- Responsive Layout: Fully responsive design that works seamlessly across all devices
- Interactive Elements:
- Custom cursor effects
- Smooth scroll animations
- Parallax effects
- Interactive project cards
- Dynamic navigation
- Performance Optimized:
- Next.js 13 app router
- Image optimization
- Route prefetching
- Efficient animations
- Accessibility: WCAG compliant with keyboard navigation support
- Framework: Next.js 13
- Language: TypeScript
- Styling: Tailwind CSS
- Animations:
- Framer Motion
- Custom animation hooks
- Performance:
- React Server Components
- Dynamic imports
- Optimized assets
- Development:
- ESLint
- Prettier
- TypeScript strict mode
- Node.js 16.8.0 or higher
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/portfolio.git
- Install dependencies:
cd portfolio
npm install
# or
yarn install
- Create a
.env.local
file based on.env.example
:
cp .env.example .env.local
- Start the development server:
npm run dev
# or
yarn dev
Visit http://localhost:3000
to view the site.
portfolio/
├── app/ # Next.js 13 app directory
├── components/ # React components
│ ├── common/ # Shared components
│ ├── navigation/ # Navigation components
│ └── sections/ # Page sections
├── data/ # Static data files
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
├── public/ # Static assets
└── types/ # TypeScript type definitions
The project uses a consistent design system with:
- Colors: Custom palette with lime accents
- Typography:
- Display: Monument Extended
- Body: Rethink Sans
- Mono: JetBrains Mono
- Spacing: Consistent scale based on Tailwind defaults
- Animations: Coordinated motion design system
The site achieves high performance scores:
- 90+ Performance (Lighthouse)
- 100 Accessibility
- 100 Best Practices
- 100 SEO
Key optimizations:
- Efficient asset loading
- Optimized animations
- Proper image optimization
- Minimal bundle size
- Implements security best practices
- Regular dependency updates
- Secure contact form handling
- Protected API endpoints
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers
The site is deployed on Vercel with:
- Automatic HTTPS
- Edge Network CDN
- Automatic deployments
- Preview deployments
While this is a personal portfolio, suggestions and feedback are welcome:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a pull request
This project is licensed under the MIT License - do anything with it.
Kelvin Ng'eno - [email protected]
Project Link: https://github.com/ngenome/Ngeno-Portfolio