Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 939 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 939 Bytes

🚀 Portfolio Website

🌌 A space-themed portfolio showcasing my projects and skills.

🌍 Live Site

🔗 Visit my portfolio

🛠️ Technologies Used

  • Next.js – For server-side rendering and frontend development.
  • Three.js – For 3D animations and visual effects.
  • Aceternity – As a frontend component library.
  • ShadCN – For modern UI components.
  • Framer Motion – For smooth animations.
  • Tailwind CSS – For styling and responsiveness.

🚀 Getting Started

Prerequisites

Make sure you have Node.js installed on your system.

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo.git
    cd your-repo
  2. Install dependencies::
    npm install
  3. Run the development server:
    npm run dev