This repository contains the source code for my personal portfolio website, built to showcase my projects, skills, and experience.
- 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
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
To run this project locally:
-
Clone the repository:
git clone https://github.com/Fabian-Kleine/fabian-kleine.dev.git cd fabian-kleine.dev
-
Install dependencies:
# Using npm npm install # Or using yarn # yarn install
-
Run the development server:
# Using npm npm run dev # Or using yarn # yarn dev
-
Open http://localhost:3000 (or the specified port) in your browser to see the result.
Example: This project is licensed under the MIT License - see the LICENSE file for details.