Skip to content

KarsMurat/Personal-Portfolio-Website

Repository files navigation

🌍 This is gonna be my personal portfolio website


⭐ Lighthouse

Captured at Jan 19, 2023, 4:15 AM GMT+3

lighthouse


Features

  • Spotify API

  • Contact System

  • Guestbook System

  • Search System

  • Multi-theme Support

  • Multi-language Support

  • Blog System

    • Blog Post
    • Blog Post List
    • Blog Post Search
    • Blog Post Category
    • Blog Post Tag
  • Responsive Design

  • PWA


This is a Next.js project bootstrapped with create-next-app

Running locally

  • Clone this repository
git clone https://github.com/KarsMurat/Personal-Portfolio-Website.git
  • Change directory
cd Personal-Portfolio-Website
  • Install dependencies
npm install
# or
yarn
# or
pnpm install
  • Start development mode:
npm run dev
# or
yarn dev
# or
pnpm dev

🍰 Contributing

Don't forget to give this project a ⭐ star!
  • Fork the Project
  • Commit your Changes (git commit -m 'Add a feature')
  • Push to the Branch (git push)
  • Open a Pull Request