A modern portfolio website built with Nuxt.js and Tailwind CSS, featuring a neo-brutalist design aesthetic. Showcases projects, skills, and contact information with a responsive layout and dark mode support.
- ✅ Neo-brutalist design style
- 📱 Responsive mobile-first layout
- 🌗 Dark/light mode toggle
- 🧩 Nuxt 3 + Vue 3 Composition API
- 🎨 Tailwind CSS styling
- 📊 Dynamic skill/project sections
portfolio/
├── components/ # Reusable UI components
├── pages/ # Page content
├── assets/ # Static assets
├── public/ # Images and fonts
├── plugins/ # Nuxt plugins
├── nuxt.config.ts # Nuxt configuration
├── tailwind.config.ts # Tailwind CSS config
├── package.json # Project dependencies
- Clone the repository
git clone https://github.com/da578/my-portofolio- Install dependencies
npm install- Start development server
npm run dev- Build for production
npm run build- Generate static site
npm run generate- Vercel:
vercel - Netlify:
netlify deploy - GitHub Pages:
npm run generatethen push todist/folder
MIT License - see LICENSE file
Dzulkifli Anwar
📧 dzulkiflianwar2@gmail.com
🐙 GitHub
### 📜 LICENSE (MIT License)
```text
MIT License
Copyright (c) 2025 Dzulkifli Anwar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.