Creative is a modern portfolio and showcase platform built with Next.js 15. It allows designers, artists, and creators to display their work, discover new projects, and connect with others in the creative community.
- 🚀 Built with Next.js 15 (App Router, Server & Client Components)
- 🎨 Beautiful, responsive UI with Tailwind CSS
- 📁 Browse and filter creative projects by category
- 👤 User profile pages with project listings
- 🔍 Advanced search and filtering
- 📊 Project stats and analytics
- 🏷️ Tag-based project discovery
- 🗂️ Collections and liked projects
- 🔔 Notification center (UI only)
- 🌗 Light/dark theme toggle
- ⚡ Mock data for users and projects (no backend required)
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
src/app/— Next.js app directory (pages, layouts, routes)src/components/— Reusable UI and feature componentssrc/lib/— Mock data, types, and utilitiessrc/hooks/— Custom React hooks
- Next.js 15 (App Router)
- React 18
- Tailwind CSS
- TypeScript
- Lucide React Icons
This project is for learning and demonstration purposes only.