Skip to content

Modern personal portfolio website built with Next.js, Tailwind CSS, and TypeScript. Showcases profile, projects, GitHub stats, blog, and social links, all dynamically integrated with GitHub.

License

Notifications You must be signed in to change notification settings

88JC/Portofolio

Repository files navigation

KYDO Logo

Personal Portfolio Website

A modern portfolio website showcasing your profile, tech stack, GitHub projects, GitHub statistics (repositories, followers, starred, etc.), personal blog, and various social contacts. Built with Next.js, Tailwind CSS, and TypeScript, this portfolio is directly integrated with GitHub data and displays information dynamically.


Demo

Live Demo (Website)


Prerequisites

  • Node.js (LTE version recommended)
  • npm, yarn, or bun

Installation & Development

  1. Clone the repository
git clone https://github.com/88JC/Portfolio.git
cd Portfolio
  1. Install dependencies
npm install
# or
yarn install
# or
bun install
  1. (Optional) Set up environment variables in .env to avoid GitHub API rate limits:
# GITHUB TOKEN
GITHUB_TOKEN=your_github_token
  1. Run the development server
npm run dev
# or
yarn dev
# or
bun dev
  1. Open http://localhost:3000 in your browser

Deployment

This portfolio is optimized for deployment on Vercel:

Deploy with Vercel


Contributing

Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request. You can also open an issue to discuss potential changes or enhancements.

License

This project is open-sourced under the MIT License - see the LICENSE file for details.

About

Modern personal portfolio website built with Next.js, Tailwind CSS, and TypeScript. Showcases profile, projects, GitHub stats, blog, and social links, all dynamically integrated with GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published