Skip to content

Linus-Boehm/linus-boehm-de

Repository files navigation

Linus Boehm Website

Hey! This is the repository of my personal Portfolio. You can see the live version at linusboehm.de

Tech Stack

This portfolio website is build with React and Nextjs. Instead of using popular UI library like Material UI or Chakra UI, I choose to use tailwindcss which is utility-first CSS framework. This allows to build a flexible and custom UI with a very small bundle size. To integrate tailwindcss with emotion, I used twin.macro.

This project was initial created from the nextjs sample provided with emotion and tailwind examples/with-tailwindcss.