Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 972 Bytes

File metadata and controls

48 lines (33 loc) · 972 Bytes

kamayakoi.com

A website for Kamayakoi, a Côte d'Ivoire based company specializing in event organization and related services. This website combines e-commerce functionality for selling event tickets with a content-rich blog.

Overview

This project is built with:

  • Next.js: Frontend
  • Sanity CMS: CMS
  • Tailwind CSS: Styling
  • React + shadcn/ui: UI
  • lomi.: Payments

Upcoming

Technologies to implement to enable more features

  • Resend: Emails
  • Supabase: DB

The website features:

  • Event listings with flyers as clickable items
  • Ticket and bundle sales for events
  • Blog section with articles
  • Company story page
  • Fully responsive design optimized for mobile

Unlike traditional e-commerce platforms, this project uses Sanity to manage all e-commerce aspects.

Getting started

git clone https://github.com/kamayakoi/kamayakoi.com
cd kamayakoi
pnpm install
pnpm run dev