Designer Portfolio
A simple and elegant portfolio template designed for designers and developers. Built using VueJS with Vite and styled with Tailwind CSS, this template offers a clean and responsive design to showcase your projects and skills.
Key Features:
- VueJS and Vite: Utilizes VueJS for a reactive user interface and Vite for fast build times and a smooth development experience.
- Tailwind CSS: Styled with Tailwind CSS, offering a utility-first approach for easy customization and consistent design.
- Responsive Design: Ensures your portfolio looks great on any device, from desktops to mobile phones.
- Easy Customization: Well-structured code and clear documentation make it easy to personalize the template to match your brand.
- Sections Included:
- Home Page Banner
- Works
- Testimonials
- Contact
How to Use:
- Clone the repository:
git clone https://github.com/mdrathik/designer-portfolio.git
- Navigate to the project directory:
cd designer-portfolio
- Install dependencies:
npm install
- Start the development server:
npm run dev