The second iteration of caniggiathompson.com built with Next.js and hosted with Vercel
Previous iteration: v1
Welcome to my portfolio website! Click here to view the website. This repository contains the source code and content for my personal portfolio.
This portfolio website serves as a showcase of my projects, skills, and achievements. It's designed to provide visitors with an overview of my work and experience.
- Project Showcase: Display and highlight projects with descriptions and links.
- Skills and Technologies: Showcase hard skills and proficient technologies.
- Contact Information: Provide personal contact details to site visitors.
- Responsive Design: Ensure the portfolio looks great on various devices.
- TypeScript
- Next.js
- React
- Tailwind CSS
- PNPM
- Vercel for deployment.
I drew inspiration from Pranjal Shikhar, a talented developer. I initially found his project in JavaScript and decided to take it a step further by migrating it to TypeScript. Along the way, I added new components and made various enhancements, shaping it into the website you see today.
- Clone the Repository:
git clone https://github.com/your-username/your-portfolio.git
- Navigate to the Project Directory:
cd your-portfolio
- Install Dependencies (if applicable):
pnpm install
- Customize the content in the
app
,components
, andhooks
folder, which are in thesrc
folder, to add your project details and personal information. - Modify the styles in each file to match your design preferences; Since this project was built with Tailwind CSS, the styling is inline with the component. For example, to change the styling of the
CategoryCard.tsx
file, just editclassName
& your style will change. - Located in the root
public
folder, update theassets
folder with images, icons, or any additional files needed for your portfolio.
Feel free to customize this portfolio template according to your needs. Add more sections, change the styling, or incorporate additional features to make it uniquely yours.
This project is licensed under the MIT License.