This is a basic portfolio template built with Nuxt 3 and Tailwind CSS. It provides a clean and modern foundation to showcase your skills and experience, featuring toggleable dark and light mode for user preference.
- Easy Customization: All text content is stored in a centralized constants.js file within the data directory for effortless modifications. Simply replace the placeholder text ('lorem ipsum') and the placeholder image with your own details.
- Easy Customization: Includes ready-to-use sections like Header, Hero, Projects, About, Contact and Footer.
- Toggleable Dark Mode: Switch between dark and light themes for a personalized browsing experience.
-
Nuxt 3: A powerful framework for building modern web applications with Vue.js.
-
Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
-
Clone the repository.
git clone https://github.com/atalek/portfolio-template-nuxt.git
-
Navigate to the project directory.
cd portfolio-template-nuxt
-
Install dependencies.
npm install
-
Run the development server.
npm run dev
-
Open your browser and visit http://localhost:3000 to view the portfolio template.