https://github.com/davanesh/3d_portfolio
This is my personal portfolio website built with React.js and Three.js, showcasing my skills, projects, and professional journey as a full-stack developer. The website includes sections such as About Me, Projects, Services, and Contact, providing an interactive and responsive experience. It is deployed and hosted for public access.
https://github.com/davanesh/3d_portfolio
frontend portfolio reactjs responsive-design threejs
Last synced: about 1 year ago
JSON representation
This is my personal portfolio website built with React.js and Three.js, showcasing my skills, projects, and professional journey as a full-stack developer. The website includes sections such as About Me, Projects, Services, and Contact, providing an interactive and responsive experience. It is deployed and hosted for public access.
- Host: GitHub
- URL: https://github.com/davanesh/3d_portfolio
- Owner: Davanesh
- Created: 2025-01-11T13:36:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:18:40.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:51:51.400Z (over 1 year ago)
- Topics: frontend, portfolio, reactjs, responsive-design, threejs
- Language: JavaScript
- Homepage: https://davanesh.vercel.app
- Size: 24.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Portfolio Website
Welcome to my 3D Portfolio website! This portfolio showcases my skills, projects, and experience in web and mobile development, with an interactive 3D interface for a unique user experience.
## Features
- **3D Interactive Design**: Explore my portfolio with a unique 3D interface.
- **Responsive**: Fully responsive for seamless viewing on all devices.
- **Project Showcase**: View a collection of my projects, including details and links.
- **About Me**: Learn more about my skills, experience, and journey as a developer.
## Technologies Used
- **ReactJS**: Frontend framework for building the interactive components.
- **Three.js**: JavaScript library for 3D graphics, used to create the 3D interface.
- **Tailwind CSS**: Utility-first CSS framework for styling the website.
- **Node.js & Express.js**: Backend technologies for handling server-side functionality (if needed).
- **MongoDB**: Database to store project data (if applicable).
## Installation
### Prerequisites
Before you begin, make sure you have the following installed:
- Node.js (LTS version)
- npm or yarn
### Steps to Run Locally
1. Clone the repository:
```bash
git clone https://github.com/yourusername/3d-portfolio.git
cd 3d-portfolio
npm install
# or
yarn install
npm start
# or
yarn start
Open your browser and visit http://localhost:3000 to view the portfolio.