deksdeveloper is a minimalist professional portfolio and digital journal designed to showcase development projects and visual storytelling. The project focuses on a high-end aesthetic, clean layout, and smooth user interactions to explore the intersection of modern technology and minimalist design.
The application is built using modern web development standards and tools:
- Core Framework: Next.js 16 (App Router)
- UI Library: React 19
- Styling: Tailwind CSS 4
- Language: TypeScript
- Components:
- Swiper for interactive video carousels
- Lucide React for consistent iconography
- Dynamic animations for enhanced user experience
- Deployment: GitHub Pages
This project was developed and refined with the assistance of advanced AI coding tools:
- Antigravity: Used for architectural planning, component implementation, design refinement, and deployment optimization.
- Google DeepMind AI: Provided high-level logic and creative solutions throughout the development process.
To run the project locally:
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
-
Deploy to GitHub Pages:
npm run deploy