Personal developer portfolio website built with Next.js to showcase my projects, technical skills, and experience as a software developer. This website serves as a central place to present my work, including mobile applications, web projects, and other software development activities.
Visit the live portfolio here:
https://portfolio-amber-ten-22.vercel.app/
GitHub Repository:
https://github.com/callmezaa/KEN-PORTFOLIO
This portfolio website was built using modern web technologies:
- Next.js – React framework for production
- React – JavaScript library for building user interfaces
- TypeScript – Typed JavaScript for better maintainability
- Tailwind CSS – Utility-first CSS framework for styling
- Vercel – Hosting and deployment platform
- Responsive and modern portfolio design
- Project showcase section
- Skills and technology stack display
- About me section
- Contact information
- Fast performance using Next.js optimization
- SEO-friendly structure
portfolio/
├── app/ # Next.js App Router pages
├── components/ # Reusable UI components
├── public/ # Static assets
├── styles/ # Global styles
├── screenshots/ # Website preview images
├── package.json
└── README.md
Follow these steps to run the project locally.
git clone https://github.com/callmezaa/KEN-PORTFOLIO.git
cd portfolio
npm install
or
yarn install
npm run dev
Open your browser and visit:
http://localhost:3000
This project is deployed using Vercel.
To deploy your own version:
- Push the repository to GitHub
- Connect the repository to Vercel
- Vercel will automatically build and deploy the project
Official website: https://vercel.com
Ken Zamariyan Informatics Engineering
GitHub: https://github.com/callmezaa
This project is open-source and available under the MIT License.