Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 728 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 728 Bytes

🚀 Portfolio 3D Website

🚀 Built a dynamic 3D portfolio website using Three.js and React.js, showcasing my projects in an immersive experience. 🌐 Explore the intersection of creativity and code!

📦 Tech Stack

  • Frontend: React.js, Three.js
  • Styling: TailwindCSS
  • Animations: Framer Motion
  • Email Service: EmailJS
  • Development Tools: Vite, ESLint

🚀 Getting Started

  1. Clone the repository:

    https://github.com/Udoy2/PortFolio.git
    cd PortFolio
  2. Install the dependencies:

    npm install --legacy-peer-deps
  3. Run the development server:

    npm run dev
  4. Build for production:

    npm run build