Skip to content

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.

License

Notifications You must be signed in to change notification settings

da578/test-portofolio

Repository files navigation

Portfolio Website

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.

Features

  • ✅ 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

Technologies Used

Nuxt.js Vue.js Tailwind CSS Lucide Icons TypeScript

Project Structure

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

How to Run

  1. Clone the repository
git clone https://github.com/da578/my-portofolio
  1. Install dependencies
npm install
  1. Start development server
npm run dev
  1. Build for production
npm run build
  1. Generate static site
npm run generate

Deployment

  • Vercel: vercel
  • Netlify: netlify deploy
  • GitHub Pages: npm run generate then push to dist/ folder

License

MIT License - see LICENSE file

Contact

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published