Personal portfolio website built with Next.js and TypeScript. This repo contains the source for a responsive portfolio site showcasing projects, skills, and contact information.
- Responsive layout for desktop and mobile
- Projects gallery with descriptions and links
- About / Skills section
- Contact section or contact form
- Optimized for deployment on Vercel (Next.js)
- Next.js
- TypeScript
- React
- Tailwind Css
Prerequisites
- Node.js (>= 14)
- npm, yarn, or pnpm
Clone the repo
git clone https://github.com/mafindijr/my-portfolio.git
cd my-portfolio
Install dependencies
npm install
# or
# yarn install
# or
# pnpm install
Run the development server
npm run dev
# or
# yarn dev
# or
# pnpm dev
Build for production
npm run build
npm start
If this is a static export (optional)
npm run export
npx serve out
Recommended: Vercel (first-class support for Next.js). Your site is currently hosted at the live URL above.
Add screenshots to the repository and update the path below:
(Replace the image at /public/screenshots/screenshot.png with your real screenshot.)
Contributions are welcome. Feel free to open an issue or submit a pull request with improvements.
GitHub: https://github.com/mafindijr
Note: License section intentionally omitted as requested.
