Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.97 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.97 KB

Personal Portfolio Website

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.

Project Description

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.

Getting Started

To set up this project for development, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/your-portfolio-repo.git
    cd your-portfolio-repo
    
  2. Install dependencies:

    npm install
    
  3. Start the development server:

    npm run dev
    
  4. Open your browser and navigate to http://localhost:3000 to view the site.

Technologies Used

  • Vue.js 3
  • Nuxt.js 3
  • Tailwind CSS
  • Custom CSS for neon effects

Project Structure

  • pages/: Contains the main pages of the application
  • components/: Reusable Vue components
  • assets/: Static assets like images and global styles
  • public/: Public files that are served directly

Customization

To customize this portfolio for your own use:

  1. Update the content in the Vue components to reflect your personal information and projects.
  2. Modify the color scheme in the CSS files to match your preferred style.
  3. Add or remove sections as needed to best represent your work and skills.

Deployment

This project can be easily deployed to platforms like Netlify or Vercel. Refer to their documentation for specific deployment instructions.

Contributing

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.

License

This project is open source and available under the MIT License.