Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```