Welcome to my 3D portfolio created with React and its powerful ecosystem, crafted to showcase my software development projects and professional experience.
This portfolio features:
- A dynamic 3D island complete with animated clouds and a roaming fox, all made possible with Three.js and React components.
- An interactive contact page, powered by Email.js, that allows you to reach out to me directly through the website.
- A projects page with GitHub repositories links and live demos for each showcased project.
- An about page detailing my professional experiences, skills, and journey in software development.
You can view the live version of the portfolio here: Live Portfolio Link](https://vishal3dportfolio.netlify.app (#)
To get a local copy up and running follow these simple steps:
- Clone the repository
git clone https://github.com/vishal0316/3d_portfolio
2. Navigate to the project directory:
cd 3d_portfolio
3. Install project dependencies:
npm install
4. Start the development server:
npm run dev