Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 1.29 KB

Changelog

All notable changes to BrandCollab will be documented in this file.

[0.3.0] - 2024-03-22

Added

  • Brand Dashboard implementation (Completed)
    • Tabbed interface (Overview, Brands, Campaigns, Collaborations)
    • Interactive brand selection functionality
    • Brand management capabilities
    • Active collaborations view
    • Campaign tracking interface
    • Real-time metrics dashboard
    • Recent activity feed
    • Data integration with Supabase

[0.2.0] - 2024-03-21

Added

  • Authentication pages (Login and Register)
  • Route configuration for authentication pages
  • Account type selection in registration
  • Form layouts using shadcn/ui components

[0.1.0] - 2024-03-20

Added

  • Initial project setup with Vite, React, and Tailwind CSS
  • Responsive Navigation bar with mobile menu
  • Hero section with gradient background and CTA buttons
  • Featured Influencers section with profile cards
  • Modern color scheme inspired by Monday.com:
    • Primary Blue (#0073ea)
    • Vibrant Pink (#ff3d57)
    • Dark Gray (#323338)

Changed

  • Updated color palette to be more vibrant and modern
  • Implemented responsive design principles
  • Added hover effects and animations

Technical

  • Set up project structure and organization
  • Implemented shadcn/ui components
  • Added React Router for navigation