Made with Supabase

The Pixel art project is submitted for Supabase functions hackathon.

We have 15 * 15 pixel where the whole front end is created using Vue.JS

Whenever a click is made the pixel clicked and the color code selected is sent to the supabase function, in the supabase function we will be fetching the existing values and then appending this and upsert into the database. (only two columns, date and JSONB)

The functions consists of three different parts.

  1. To Save the pixel information as mentioned before.
  2. To fetch pixel created based on the date / current date.
  3. To create the history of date from starting (hackathon stating to current date)

Related Projects


A project by Zernonia