This portfolio project is powered by Vue3, TailwindCSS, ThreeJS, and AnimeJS. It features an interactive 3D model and UI, auto code typing with custom syntax highlighting, highly customizable theme selection, and a flexible responsive design. The project is frontend only, with no backend frameworks involved.
Make sure you have Git and NodeJS installed. You can install both of these programs through a package manager.
Assuming you are using Scoop on Windows, you can install the programs by typing the following commands on your terminal:
scoop install git
scoop install nodejs
If you are using Homebrew on Mac, the commands will be:
brew install git
brew install node
The folder structure of the project will look like this:
The recommended deployment platform for this portfolio project is Vercel. It offers features such as preview deployment before production deployment. If you prefer using a VPS for hosting, follow these steps:
This project is MIT licensed. You are free to create your own project based on this portfolio and modify it without notifying the original author. However, it is required to add a link to the original repository, making it easily accessible and visible.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
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 CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.
PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.