This is a portfolio template built with Next.js and TypeScript, inspired by the VS Code interface. This project uses various packages and tools to create a sophisticated and visually appealing portfolio website.
Check out the live demo of the portfolio template here.
- Modern design inspired by VS Code
- Built with Next.js and TypeScript
- Responsive layout
- Animated text and project cards
- SVG icons for technologies
- Search bar functionality
- Integration with Tailwind CSS and shadcn for styling
- Icons from Lucide for UI design
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS, shadcn
- Icons: Lucide
- Additional Libraries: React, Redux/Toolkit, Framer Motion
Follow these instructions to set up the project locally.
Make sure you have the following software installed on your machine:
-
Download the ZIP file:
- Go to the repository page.
- Click on the "Code" button.
- Select "Download ZIP".
-
Extract the ZIP file:
Extract the downloaded ZIP file to a directory of your choice.
-
Navigate to the project directory:
cd your-project-directory
-
Install the dependencies
npm i
-
Start the Development server by running
npm run dev