This is a personal portfolio website built using the latest Next.js 14, Aceternity UI, Magic UI, Vanilla JavaScript, Tailwind CSS, and Framer Motion for smooth animations.
- Next.js 14: Provides the latest features and optimizations for server-side rendering and performance.
- Aceternity UI & Magic UI: Used for designing clean and modern UI components with ease.
- Tailwind CSS: A utility-first CSS framework for fast styling and responsiveness.
- Vanilla JavaScript: Enhances interactivity with custom features where necessary.
- Framer Motion: Adds smooth and elegant animations to enhance user experience.
-
Clone the repository:
git clone https://github.com/ShohorabHShawon/NextJs_Portfolio.git cd portfolio -
Install dependencies:
Make sure you have npm or yarn installed, then run:
npm install
or
yarn install
-
Run the development server:
npm run dev