developer-portfolio-v2
The first open source version of Portfolio for Developers Concept V.2, designed by @darelova and developed by @alexdeploy. Built with Nuxt.js 3.0 and hosted with Netlify.
Key Features:
- Easy Configuration: Customize your portfolio with a simple
developer.json
file. - Nuxt.js 3.0: Built on the latest Nuxt.js framework for performance and flexibility.
- Unique Design: Inspired by code editors for a distinctive look.
- Snake Game: A fun and interactive element on the homepage.
- Open Source: Freely use, modify, and contribute to the project.
Use Cases:
- Quickly create a personal portfolio website.
- Showcase your projects and skills in a visually appealing way.
- Customize the template to match your personal brand.
- Contribute to an open-source developer portfolio project.
Installation:
- Clone the project:
git clone https://github.com/alexdeploy/developer-portfolio-v2.git
- Navigate to the directory:
cd developer-portfolio-v2
- Install dependencies:
yarn
- Start the development server:
yarn dev
The development server should now be running on http://localhost:3000/
Customization:
- Edit
developer.json
to update your personal information, projects, and contact details. - Modify
nuxt.config.ts
for meta tags and other configurations. - Customize the styling and design using CSS and Vue.js components.