Skip to content

samimhossainsujon/Creative

Repository files navigation

Creative

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.

Features

  • 🚀 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)

Getting Started

  1. Install dependencies:
    npm install
  2. Run the development server:
    npm run dev
  3. Build for production:
    npm run build

Project Structure

  • src/app/ — Next.js app directory (pages, layouts, routes)
  • src/components/ — Reusable UI and feature components
  • src/lib/ — Mock data, types, and utilities
  • src/hooks/ — Custom React hooks

Technologies Used

  • Next.js 15 (App Router)
  • React 18
  • Tailwind CSS
  • TypeScript
  • Lucide React Icons

License

This project is for learning and demonstration purposes only.

Releases

No releases published

Packages

No packages published