English | Russian
A modern portfolio website built with Nuxt 4 and its features.
The goal of this project is to showcase my professional web development skills and present my projects in a clear and convenient way.
Available at thejenja.github.io
- Animations using GSAP, CSS transitions, Vue transitions (with
prefers-reduced-motion
support) - Project filtering by technology, type, stage, and color
- Project gallery with carousel and grid layouts
- Social links grouped by categories
- Framework: Nuxt 4
- Styling: CSS with variables
- Animations: GSAP, CSS/Vue transitions
- Icons: Lucide Icons, Simple Icons, custom SVGs
# Clone the repo
git clone https://github.com/thejenja/thejenja.github.io.git
cd thejenja.github.io
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
npm run preview