Create Your Portfolio Website Using This easy to use Remix run Template

2024-10-20

Create Your portfolio website Using a this easy to use template.

Creating a personalized portfolio website is easier than ever with the Remix template integrated with Shadcn/ui components. This guide walks you through how to quickly modify and tailor your portfolio to reflect your professional identity and showcase your work.

Setting Up the Template

Start by cloning the Remix portfolio template from the repository. It comes with pre-built pages, routing, and styling using TailwindCSS and Shadcn components, offering a clean and responsive layout right out of the box.

Customizing the Data

You can easily personalize the content by updating the constants in the template. For instance, to change the name and details, modify the following fields:

export const constants = { firstLastname: "J. William Zenith", professionalTitle: "P.E.", role: "Senior Civil Engineer", companyName: "Phase Time Inc" }

This instantly updates the main header and about section with your details.

Adding Projects and Experience

Next, populate the site with your work experience and projects by modifying the `projects` and `employmentHistory` arrays. Each object represents a project or job you want to display, complete with descriptions and images.

Fine-tuning the Layout

For further design tweaks, the template uses TailwindCSS, making it easy to adjust colors, spacing, and components without deep CSS knowledge. Simply modify the utility classes directly in your JSX.