Transforming Vision Into Cinematic Reality
A premium videography and photography portfolio showcasing stunning visual storytelling through elegant design and smooth animations.
|
|
|
|
Before you begin, ensure you have the following installed:
- Node.js 18.x or higher
- pnpm 8.x or higher (recommended) or npm
-
Clone the repository
git clone https://github.com/SATISH-JALAN/Aperture-Alchemist.git cd Aperture-Alchemist -
Install dependencies
pnpm install
Or if using npm:
npm install
-
Run the development server
pnpm run dev
Or with npm:
npm run dev
-
Open your browser
Navigate to http://localhost:3000 to see the site running locally! 🎉
| Command | Description |
|---|---|
pnpm run dev |
Start development server with hot reload |
pnpm run build |
Build production-ready application |
pnpm run start |
Start production server |
pnpm run lint |
Run ESLint to check code quality |
aperture-alchemist/
├── app/ # Next.js app directory
│ ├── page.tsx # Home page with hero animation
│ ├── projects/ # Projects showcase
│ ├── photo-albums/ # Photo gallery
│ ├── services/ # Services page
│ ├── about/ # About page
│ ├── blogs/ # Blog section
│ └── contact/ # Contact page
├── components/ # Reusable components
│ ├── ui/ # UI components
│ ├── floating-dock.tsx # Navigation dock
│ ├── portfolio-grid.tsx # Project grid
│ └── ... # Other components
├── lib/ # Utility functions & data
│ ├── projects.ts # Project data
│ ├── albums.ts # Album data
│ └── utils.ts # Helper functions
└── public/ # Static assets
└── images/ # Image files
- Animated card carousel with 18 portfolio pieces
- Smooth parallax scrolling triggered by viewport
- Optimized for mobile with reduced scroll distance
- GPU-accelerated animations using
will-changeandtransform
- Masonry grid layout with dynamic filtering
- Category navigation with arrow controls
- Hover effects with play button overlay
- Responsive columns adapting to screen size
- Parallax gallery with staggered columns
- Lightbox viewer with keyboard navigation
- Category filters with smooth transitions
- Touch-optimized for mobile devices
- Color Palette: Deep blacks with golden accents (#FFD700)
- Typography: Montserrat (sans-serif) & Cinzel (serif)
- Animations: Smooth cubic-bezier easing curves
- Effects: Backdrop blur, glassmorphism, subtle noise textures
Edit lib/projects.ts:
export const allProjects: Project[] = [
{
id: 1,
title: "Your Project Title",
slug: "your-project-slug",
client: "Client Name",
category: "Category",
image: "/images/your-image.png",
aspectRatio: "16:9",
featured: true,
year: 2024,
description: "Project description...",
credits: [{ role: "Director", name: "Your Name" }],
},
];Modify app/globals.css:
:root {
--primary: oklch(0.85 0.15 85); /* Gold */
/* Adjust other color values */
}- Push your code to GitHub
- Import your repository on Vercel
- Vercel will automatically detect Next.js and deploy
pnpm run build
pnpm run startThis project is licensed under the MIT License - see the LICENSE file for details.
- Next.js Team - For the amazing framework
- Vercel - For seamless deployment
- Framer Motion - For beautiful animations
- Shadcn/ui - For elegant UI components
💫 Made with passion by SATISH-JALAN [&] MRINMOY-DAS
If you found this project helpful, please consider giving it a ⭐