An open API service indexing awesome lists of open source software.

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.

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.