A minimal, AI generated, responsive portfolio website showcasing product design projects and technical expertise.
This portfolio highlights my work as a Product Designer and technologist, featuring case studies, design processes, and other digital solutions. The site itself serves as an example of design, experimentation and web development practices.
- Frontend Framework: React 18 with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: Radix UI primitives with shadcn/ui
- Fonts: Poppins & Inter (Google Fonts)
- Development: ESLint for code quality
- Node.js (recommended: install with nvm)
- npm or yarn
# Clone the repository
git clone <repository-url>
# Navigate to project directory
cd creative-project-display
# Install dependencies
npm install
# Start development server
npm run devnpm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint for code quality checks
- Responsive design optimized for all devices
- Modern UI components with accessibility in mind
- Fast loading with Vite's optimized build process
- Type-safe development with TypeScript
- Clean, maintainable code structure