Skip to content

Latest commit

 

History

History
 
 

pixels

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build your React-based CRUD applications, without constraints.
An open source, headless web application framework developed with flexibility in mind.

Discord Twitter Follow

refine - 100% open source React framework to build web apps 3x faster | Product Hunt

About

The funny Pixels app built with refine and Supabase. User can register and create pixel canvases. Then, they can draw pixels on the canvas.

Live Demo

https://pixels.refine.dev/

Participants

Ali Emir - GitHub
Salih Özdemir - GitHub
Omer Aplak - GitHub
Necati Ozmen - GitHub

Description

The following features of Supabase are used in the app:

  • Authentication with Supabase Auth
  • Saving user and pixel drawing on Supabase Database
  • Realtime multiple pixel drawing with Supabase Real Time

The app includes the following features:

  • Authentication
  • Pixels Listing
  • Creating Pixel Canvases
  • Drawing pixels on the canvas
  • Multiple real time pixel drawing

Preview

App preview

Try it out on your local

npm create refine-app@latest -- --example pixels

Try it out on StackBlitz


Open pixels example from refine