A modern and responsive developer portfolio built with Next.js, TailwindCSS, and TypeScript.
Showcases projects, skills, and experiences in a clean UI with fast performance.
- ⚡ Next.js 14 (App Router) – Server & Client components
- 🎨 TailwindCSS – Custom theme & utility-first styling
- 🔤 Google Fonts Integration (Outfit & Ovo)
- 📱 Responsive Design – Mobile-first and fully adaptive
- ⚙️ TypeScript – Type-safe development
- 🖼️ SVG & Image Optimization
- Next.js – React Framework
- TailwindCSS – Styling
- TypeScript – Static Typing
- SVGR – SVG as React components
git clone https://github.com/rajscriptsGH/Portfolio.git
cd PortfolioInstall dependencies
npm install
# or
yarn install
# or
pnpm installRun the development server
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 in your browser to see the result.
Portfolio/
┣ src/
┣ app/
┣ components/ # Reusable UI components
┣ lib/
┣ next.config.ts # Next.js configuration
┗ tsconfig.json # TypeScript configuration
┣ public/ # Static assets (images, icons, etc.)-
Update your info in app/page.tsx and components
-
Add new projects in components/FeaturedProjects.tsx
-
Replace fonts in app/layout.tsx
-
Change theme colors in globals.css
This portfolio can be easily deployed on:
Vercel (Recommended – seamless Next.js integration)
Pull requests are welcome! If you’d like to improve the portfolio or add features, feel free to fork this repo and open a PR.
This project is licensed under the MIT License. You are free to use and modify it for your own portfolio.
Built with ❤️ by Razz
