8000 GitHub - Fabian-Kleine/fabian-kleine.dev: My Portfolio Page
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fabian-Kleine/fabian-kleine.dev

Repository files navigation

fabian-kleine.dev

Dynamic JSON Badge Repo Language Count Repo Top Language License: MIT GitHub last commit

✨ About

This repository contains the source code for my personal portfolio website, built to showcase my projects, skills, and experience.

⭐ Features

  • Visually appealing and responsive design
  • Dark and light mode support
  • MDX support for easy content creation
  • Contact form with email notifications
  • Project Showcase
  • Showcase of Tech Stack

🚀 Tech Stack

The primary technologies used in this project include:

  • TypeScript: Superset of JavaScript adding static types.
  • MDX: Markdown for the component era. Allows using JSX in Markdown.
  • Tailwind CSS: Styling the application.
  • Next.js: The React Framework
  • Shadcn UI: A modern component platform

🏁 Getting Started

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/Fabian-Kleine/fabian-kleine.dev.git
    cd fabian-kleine.dev
  2. Install dependencies:

    # Using npm
    npm install
    
    # Or using yarn
    # yarn install
  3. Run the development server:

    # Using npm
    npm run dev
    
    # Or using yarn
    # yarn dev
  4. Open http://localhost:3000 (or the specified port) in your browser to see the result.

📄 License

Example: This project is licensed under the MIT License - see the LICENSE file for details.

0