Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T15:28:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T13:17:42.722Z (3 months 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.
![image](https://user-images.githubusercontent.com/39830305/223785292-d7fa15b0-14eb-4e24-904e-6a7bbfb60c53.png)
## 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
```