nuhptr / threejs-portfolio

βœ…πŸš€ JSM Building portfolio website using three @react-three/fiber and other library using reactjs and tailwindcss

Home Page:https://threejs-portfolio-example.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threejs Portfolio

Create a portfolio using threejs with some cool animations and effects.

Image

Getting Started

  • Create Project (npm create vite@latest ./ -- --template react)

Init Tailwind

  • npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
  • npx tailwindcss init -p
  • update content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  • index.css -> @tailwind base; @tailwind components; @tailwind utilities;

Dependencies

About

βœ…πŸš€ JSM Building portfolio website using three @react-three/fiber and other library using reactjs and tailwindcss

https://threejs-portfolio-example.vercel.app/


Languages

Language:JavaScript 83.9%Language:CSS 15.3%Language:HTML 0.8%