Skip to content

AkashKannan2003/Hak-Night

Repository files navigation

AppWrite Notion

PixelPlace

Introduction

Try it out here: hak-night.vercel.app PixelPlace is a collaborative drawing board where users can draw on a canvas and see the changes made by other users in realtime. The data is synced in realtime with Appwrite's database. This is heavily inspired by the famous r/place experiment by Reddit.

Team members

  1. Arjun S [https:/arjunindia]
  2. B Akash [https:/AkashKannan2003]

Link to product walkthrough

link to demo video

How it Works ?

  1. The user can draw on the canvas using the color palette.
  2. The data is synced in realtime with Appwrite's database.
  3. The user can also see the changes made by other users in realtime.
  4. Let the fight for the pixels begin!

Libraries used

  • React
  • Appwrite
  • Tailwind CSS
  • Shadcn/UI
  • react-easy-panzoom

How to configure

npm install

How to Run

npm run dev

How to Deploy

npm run build