π Experience it here: Portfolio 2.0
- β‘ Next.js powered with blazing-fast SSR
- π¨ Tailwind CSS for pixel-perfect minimalism
- π§ Framer Motion magic for buttery-smooth UI
- π Auto Dark/Light mode toggle
- π± Responsive across all screen sizes
- π Reusable, maintainable components
- πΌ Perfect for showcasing projects & skills
- π€ Built with passion, precision, and perfection
Technology | Description |
---|---|
Next.js |
React-based SSR Framework |
Tailwind CSS |
Utility-first modern CSS Framework |
Framer Motion |
Declarative animations for React |
Lucide Icons |
Beautiful open-source icon set |
Vercel |
Ultra-fast deployment for Next.js apps |
Wanna contribute or customize? Here's how to run it locally:
# 1οΈβ£ Clone the repository
git clone https://github.com/Jani-shiv/Portfolio-2.0.git
cd Portfolio-2.0
# 2οΈβ£ Install the dependencies
pnpm install
# or
npm install
# or
yarn install
# 3οΈβ£ Run the development server
pnpm dev
# or
npm run dev
# or
yarn dev
# π Open your browser at http://localhost:3000