https://github.com/syket-git/3d-portfolio
This is a amazing 3D Portfolio with React JS and Three.js. Also using Tailwind CSS, Framer Motion, React Title, email JS and React Three fiber.
https://github.com/syket-git/3d-portfolio
emailjs framer-motion react react-tilt reactjs reactthreefiber tailwindcss threejs
Last synced: 8 months ago
JSON representation
This is a amazing 3D Portfolio with React JS and Three.js. Also using Tailwind CSS, Framer Motion, React Title, email JS and React Three fiber.
- Host: GitHub
- URL: https://github.com/syket-git/3d-portfolio
- Owner: syket-git
- Created: 2023-03-07T10:31:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T15:28:10.000Z (about 3 years ago)
- Last Synced: 2025-04-19T20:13:25.230Z (about 1 year ago)
- Topics: emailjs, framer-motion, react, react-tilt, reactjs, reactthreefiber, tailwindcss, threejs
- Language: JavaScript
- Homepage: https://3d-portfolio-nu-eight.vercel.app/
- Size: 18 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 3D Portfolio
This is a amazing 3D Portfolio with React JS and Three.js. Also using Tailwind CSS, Framer Motion, React Title, email JS and React Three fiber.

## Features
- 3D Animation
- Framer motion animation
- Email sending using email.js
- React tilt effect animation
## Authors
- [@syket-git](https://www.github.com/syket-git)
## Run Locally
Clone the project
```bash
git clone https://github.com/syket-git/3D-portfolio
```
Go to the project directory
```bash
cd 3D-portfolio
```
Install dependencies
```bash
npm install
or
yearn add
```
Start the server
```bash
npm run dev
or
yarn run dev
```