The source code for my portfolio website, which can be found at LevinLeesemann.com
Built from scratch with React and Tailwind in TypeScript to showcase my projects, skills, and experience. The page is hosted via CloudFlare Pages with local development done using Vite
- Responsive & Modern UI: Built to look great on phones, tablets, and desktops with smooth interactions and layout consistency
- Light & Dark Mode: Seamless theme switching with user preference support and improved UX
- Multi-Language Support: Fully localized interface in English and German, making the site accessible to broader audiences
- Fast Development & Build: Leveraging Vite’s instant server start and optimized production builds for performance
Clone the repo
git clone https://github.com/LevinLeesemann/portfolio.git
Install dependencies
npm install
Run local development server
npm run dev
Build for production
npm run build
Preview production build
npm run preview