A specialized online marketplace connecting photographers with clients to capture life's precious moments. Built with Next.js, TypeScript, and Tailwind CSS.
Clone the repository:
git clone https://github.com/ngabonzizaguy/lens-connect.git
cd lens-connect
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser.
/
├── public/ # Static assets
├── src/
│ ├── app/ # Next.js App Router pages
│ ├── components/ # Reusable UI components
│ ├── lib/ # Utilities and helpers
│ └── types/ # TypeScript type definitions
├── .gitignore
├── next.config.js # Next.js configuration
├── package.json
├── postcss.config.js # PostCSS configuration
├── README.md
├── tailwind.config.js # Tailwind CSS configuration
└── tsconfig.json # TypeScript configuration
MIT License