I developed my personal portfolio using Three.js to showcase my projects and skills. The portfolio features an interactive 3D environment, providing a unique and engaging way for visitors to explore my work. The content displayed on the computer screen within the 3D environment is generated using an iFrame, which is created with basic HTML and CSS. Below is a screenshot of the site.
Vous pouvez voir le projet à : https://meymounboualaoui.fr/
The github repository you are currently seeing is just the ThreeJs that I use for my personnal website, you can see the iFrame at : https://github.com/MeymounB/Portfolio
Or check the deployed version : https://meymounb.github.io/Portfolio/
-
Clone the repository locally.
-
Install the required dependencies using :
npm install
- Start the application using :
npm run dev
-
Clone the repository locally.
-
Install the required dependencies using :
npm install
- Build the project using :
npm run build
- Upload the content of the
dist
folder to your server.