This project is a personal portfolio website designed to showcase my skills, projects, and professional experience. It's built with modern web technologies to create an engaging and interactive user experience.
This personal portfolio is a dynamic, single-page application that features a cyberpunk-inspired design with neon elements. It's designed to be visually striking while providing easy navigation and access to information about my work, skills, and contact details.
To set up this project for development, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/your-portfolio-repo.git cd your-portfolio-repo
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the site.
- Vue.js 3
- Nuxt.js 3
- Tailwind CSS
- Custom CSS for neon effects
pages/
: Contains the main pages of the applicationcomponents/
: Reusable Vue componentsassets/
: Static assets like images and global stylespublic/
: Public files that are served directly
To customize this portfolio for your own use:
- Update the content in the Vue components to reflect your personal information and projects.
- Modify the color scheme in the CSS files to match your preferred style.
- Add or remove sections as needed to best represent your work and skills.
This project can be easily deployed to platforms like Netlify or Vercel. Refer to their documentation for specific deployment instructions.
As this is a personal portfolio project, contributions are not typically accepted. However, if you have suggestions or find bugs, please feel free to open an issue in the repository.
This project is open source and available under the MIT License.