Nuxtjs Tailwindcss Portfolio

screenshot of Nuxtjs Tailwindcss Portfolio
nuxt
vue
tailwind

Nuxt.js & Tailwind CSS version of the portfolio project.

Overview

This article introduces a simple portfolio starter theme built with Nuxt.js and Tailwind CSS. It is a Nuxt.js version of the Vuejs-&-TailwindCSS-Portfolio. The theme offers a responsive design, a theme switcher with dark mode, and various features like projects filter, search, transitions, carousel, and more. The article provides instructions on how to set up the theme and contribute to the project.

Features

  • Simple and responsive design
  • Nuxt.js with Vuex
  • Tailwind CSS v2
  • Theme Switcher with Dark Mode
  • Vuex for state management
  • Reusable components
  • Projects filter by category
  • Projects search by title
  • Vue transitions
  • Counter
  • Projects carousel
  • Smooth scroll
  • Dynamic forms
  • Back to top button
  • Download file button
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.