Welcome to my portfolio website! This site is a showcase of my work, skills, and projects built from the ground up. This site was iteratively prototyped, with constant feedback from peers and professionals in the industry.
- Next.js: A framework that handles React config, many optimizations, and also enables server-side rendering.
- TypeScript: For type safety.
- Tailwind CSS: I just personally love tailwind over regular CSS.
- Vercel: The site is hosted on Vercel, which offers seamless integration with Next.js, automatic HTTPS, and a serverless architecture. Vercel was chosen for its performance, scalability, and zero cost.
- henryvendittelli.com/: Introduction, work experience, and some projects
- henryvendittelli.com/about: Education, volunteer experience
- henryvendittelli.com/random: Setup, OS, Configs, Books, etc
- henryvendittelli.com/reach-out: Contact information
- Light and Dark Modes: To enhance accessibility and provide a comfortable viewing experience, the website includes both light and dark themes, allowing users to switch based on their preference.
- Responsive Design: The layout adapts seamlessly to any device, whether it's a desktop, tablet, or mobile phone, ensuring a consistent and optimized user experience.
- Attention to Detail: Every element of the site reflects my commitment to quality, from the smooth transitions to the thoughtfully chosen color schemes and typography.
Install packages:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This portfolio is hosted on Vercel so deployment is streamlined and automated. Every push to the main
branch triggers a deployment, ensuring that this live site is always up to date.