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.
- Arjun S [https://github.com/arjunindia]
- B Akash [https://github.com/AkashKannan2003]
- The user can draw on the canvas using the color palette.
- The data is synced in realtime with Appwrite's database.
- The user can also see the changes made by other users in realtime.
- Let the fight for the pixels begin!
- React
- Appwrite
- Tailwind CSS
- Shadcn/UI
- react-easy-panzoom
npm install
npm run dev
npm run build