LokiFX Video Editor Portfolio
A cinematic, motion-forward portfolio site for LokiFX, built to showcase editing niches and highlight video work with rich interactions, audio, and full-screen previews.
- Glitch intro overlay and hero background video
- Portfolio grouped by niche with modal video playback
- Theme toggle (light/dark) and audio mute control
- Scroll progress indicator and motion-driven section reveals
- About section with skills, social links, and a front-end contact form
- React 19 + TypeScript
- Vite 6
- Framer Motion
- React Intersection Observer
Prerequisites: Node.js
- Install dependencies:
npm install - Start the dev server:
npm run dev
- Build for production:
npm run build - Preview the production build:
npm run preview
- Portfolio items live in constants.ts.
- Update videos and thumbnails in public folders:
- public/Videos
- public/thumnails
- public/Music
- The contact form is front-end only; it does not send data to a backend.
- Browser autoplay policies may block audio until user interaction.