My personal portfolio showcasing selected IT projects, tools, and workflows. It features a clean, fast design with a theme switcher and social links. Deployed on Vercel → jakubborowy.com
- Next.js 15 (with Turbopack)
- React 19
- Tailwind CSS 4
- TypeScript 5
- next-themes – dark/light mode support
- SEO-friendly - optimized for search engines
| Path | Description |
|---|---|
/ |
Main page – introduction, short bio, socials |
/projects |
IT projects: automation, PowerApps, scripts, web apps |
/bad-url |
Custom “not-found” page with animated text |
# Install dependencies
npm install
# Run in dev mode
npm run dev
# Build for production
npm run build
# Start production server
npm startMIT © Jakub Borowy