A fully responsive portfolio template, designed specifically for modern professionals, developers, and creatives. This sleek and customizable template allows you to showcase your skills, projects, and achievements with complete professionalism.
Click here to view the template
- React: A popular JavaScript library for building user interfaces.
- Next.js: A React framework that enables server-side rendering and static site generation, enhancing performance and SEO.
- TypeScript: An enhanced version of JavaScript that provides type safety and improves code reliability.
- Tailwind CSS: A utility-first CSS framework for quickly building custom designs.
- Lucide React: An open-source icon library with beautifully designed icons.
- Shadcn/ui: A collection of reusable components built with Radix UI and Tailwind CSS.
A sleek and professional interface that highlights your work in a modern style.
Optimized for a seamless experience on all devices, from mobile phones to large desktop screens.
An elegant grid layout to display your best projects, with detailed pages for each one.
Present yourself and your expertise clearly and engagingly.
Built-in support to connect with your audience across various platforms.
Easily accessible CV download, helping clients or employers view your complete qualifications.
Flexible content that can be tailored to your professional story and achievements.
Follow these steps to set up and run the portfolio template on your local machine:
git clone https://github.com/666v/portfolio.git
cd portfolio
Ensure you have Node.js and npm (or Yarn) installed. Then, run:
npm install
# or
yarn install
Create a .env.local
file at the root of your project and add any necessary environment variables (if applicable). Update the template content and settings in the /config
folder or relevant files.
Run the following command to launch the project in development mode:
npm run dev
# or
yarn dev
The app will be available at http://localhost:3000
.
To create an optimized build for production, run:
npm run build
# or
yarn build
You can deploy the built application on platforms like Vercel, Netlify, or any hosting service that supports Next.js. For Vercel deployment:
vercel deploy
Now you're ready to showcase your professional portfolio! 🌟