https://github.com/prakhar-002/my-portfolio
I'm a passionate Full Stack Developer skilled in MERN, Next.js, and Motion. This ๐ผ dynamic portfolio showcases my ๐ ๏ธ projects, ๐ง skills, and experience. Built for โก speed, ๐ scalability, and ๐จ clean design highlighting my tech journey.
https://github.com/prakhar-002/my-portfolio
framer-motion javascript nextjs reactjs tailwindcss
Last synced: 4 months ago
JSON representation
I'm a passionate Full Stack Developer skilled in MERN, Next.js, and Motion. This ๐ผ dynamic portfolio showcases my ๐ ๏ธ projects, ๐ง skills, and experience. Built for โก speed, ๐ scalability, and ๐จ clean design highlighting my tech journey.
- Host: GitHub
- URL: https://github.com/prakhar-002/my-portfolio
- Owner: Prakhar-002
- Created: 2025-05-12T15:23:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T15:31:56.000Z (5 months ago)
- Last Synced: 2025-06-07T23:51:27.134Z (4 months ago)
- Topics: framer-motion, javascript, nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://prakhar-002.vercel.app
- Size: 5.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextfolio โบ Crafted with Passion & Precision
A sleek, responsive portfolio built with `Next.js` โ๏ธ, `Tailwind CSS` ๐จ, and `Framer Motion` ๐๏ธ. Showcasing projects ๐, skills ๐ง , and awards ๐ in a modern layout.

# ๐ป Tech Stack โ ๏ธ๐๏ธ
 ย 
ย  ย  ย  ย  ย # Features ๐๐งธ
- ๐ก Built with **Next.js 13 App Router**
- ๐จ Styled using **Tailwind CSS**
- ๐ Smooth animations using **Framer Motion**
- ๐ Animated counters with **React CountUp**
- ๐ Interactive sliders using **Swiper**
- ๐ Dynamic particle effects via **tsparticles**
- ๐ง Organized, scalable project structure
- โ๏ธ Custom scrollbar with `tailwind-scrollbar`# Tech Used ๐ฉ๐ปโ๐ป๐ค
- **Framework**: [Next.js 15](https://nextjs.org/)
- **Styling**: [TailwindCSS](https://tailwindcss.com/)
- **Animations**: [Framer Motion](https://www.framer.com/motion/), [SwiperJS](https://swiperjs.com/)
- **Particles**: [tsparticles](https://particles.js.org/)
- **Icons**: [React Icons](https://react-icons.github.io/react-icons/)
- **Scrolling**: [tailwind-scrollbar](https://www.npmjs.com/package/tailwind-scrollbar)
# Installation Guide ๐
## Clone ๐๏ธ the repository ๐
### `For Windows` ๐ฅ๏ธ
```bash
git clone https://github.com/Prakhar-002/My-Portfolio
cd My-Portfolio
```### `For Linux and macOS` ๐
```bash
git clone https://github.com/Prakhar-002/My-Portfolio
cd My-Portfolio
```## Install ๐ฅ dependencies ๐ฆ
```bash
npm install
```## Start โถ๏ธ the application ๐
```bash
npm run dev
```## ๐ Access the app in your browser at โก๏ธ
๐ [http://localhost:3000](http://localhost:3000)
# ๐ Folder Structure
๐ฆ NEXT-PORTFOLIO/
โ
โโโ ๐๏ธ components ๐ธ Reusable and animated UI components
โ โ
โ โโโ ๐ Avatar.js โ๏ธ Avatar image with animation
โ โโโ ๐ Bulb.js โ๏ธ Background bulb light animation
โ โโโ ๐ Circles.js โ๏ธ Decorative circle animations
โ โโโ ๐ Header.js โ๏ธ Top navigation bar
โ โโโ ๐ Layout.js โ๏ธ Main layout wrapper
โ โโโ ๐ Nav.js โ๏ธ Sidebar / Bottom navigation
โ โโโ ๐ ParticlesContainer.js โ๏ธ Animated particles background using tsParticles
โ โโโ ๐ ProjectsBtn.js โ๏ธ Custom project call-to-action button
โ โโโ ๐ ServiceSlider.js โ๏ธ Slider showcasing services with motion
โ โโโ ๐ Socials.js โ๏ธ Social media icon list
โ โโโ ๐ TestimonialSlider.js โ๏ธ Testimonial slider component
โ โโโ ๐ TopLeftImg.js โ๏ธ Decorative top-left image
โ โโโ ๐ Transition.js โ๏ธ Page transition animations
โ โโโ ๐ WorkSlider.js โ๏ธ Project showcase carousel
โ
โ
โโโ ๐๏ธ pages ๐ธ Next.js route pages
โ โ
โ โโโ ๐๏ธ about/
| | |
โ โ โโโ ๐ index.js ๐ About section route
โ โ
โ โโโ ๐๏ธ contact/
| | |
โ โ โโโ ๐ index.js ๐ Contact form page
โ โ
โ โโโ ๐๏ธ services/
| | |
โ โ โโโ ๐ index.js ๐ Services offered
โ โ
โ โโโ ๐๏ธ testimonials/
| | |
โ โ โโโ ๐ index.js ๐ Client testimonials
โ โ
โ โโโ ๐๏ธ work/
| | |
โ โ โโโ ๐ index.js ๐ Project showcase
โ โ
โ โโโ ๐ _app.js โ๏ธ Root-level component to wrap all pages
โ โโโ ๐ index.js ๐ Homepage
โ
โ
โโโ ๐๏ธ public ๐ธ Static assets served directly
โ โโโ ๐ผ๏ธ (images, icons, animations) ๐ผ๏ธ Accessible via `/public` path
โ
โ
โโโ ๐๏ธ styles ๐ธ Global styles
โ โโโ ๐ globals.css ๐จ TailwindCSS + custom global styles
โ
โโโ ๐ variants.js ๐ Motion animation variants
โ
โโโ ๐ .eslintrc.json ๐งน ESLint config for consistent formatting
โโโ ๐ .gitignore ๐ซ Ignored files in version control
โโโ ๐ next.config.js โ๏ธ Next.js config settings
โโโ ๐ package.json ๐ฆ Project dependencies and metadata
โโโ ๐ package-lock.json ๐ Dependency lockfile
โโโ ๐ postcss.config.js ๐ ๏ธ PostCSS plugin config
โโโ ๐ tailwind.config.js ๐ฌ๏ธ TailwindCSS configuration
|
โโโ ๐ README.md ๐ Project documentation