A modern, responsive portfolio website built with Next.js, Tailwind CSS, and Radix UI. It showcases projects, certifications, and skills with elegant animations, charts, and interactive UI components.
๐ Live Site: akhildev.vercel.app
๐ GitHub Repo: github.com/akhildev-mj/portfolio
app/
โโโ certifications/ # Certifications display
โโโ components/ # UI components (e.g., cards, layouts)
โโโ data/ # JSON/static content
โโโ projects/ # Project cards/details
โโโ skills/ # Skills display & charts
โโโ globals.css # Tailwind & global styles
โโโ layout.tsx # App layout
โโโ page.tsx # Landing page
components/ # Shared reusable components
hooks/ # Custom React hooks
lib/ # Utility functions/helpers
public/ # Static assets
styles/ # Tailwind and custom CSS
git clone https://github.com/akhildev-mj/portfolio.git
cd portfolio
pnpm install
pnpm run dev
Open http://localhost:3000
in your browser.
Script | Purpose |
---|---|
pnpm run dev |
Start local development |
pnpm build |
Build for production |
pnpm start |
Start production server |
pnpm run lint |
Run ESLint for code quality |
next-themes
This project is licensed under the MIT License.
Akhildev MJ
๐ง Reach out on LinkedIn
๐ Portfolio
Built with โค๏ธ using Next.js, Tailwind CSS, and a passion for clean design.