Create the post slug page to view the posts by calling upon the row where id = post slug.
use the interweave library (alr installed) to show the content of the posts.
Refer to Medium sample post as the sample for UI design
Deliverables
You must do the following:
create a client component using const supabase = createClientComponentClient();
Under the Lamp component with the same bg, add the component with a backdrop blur.
Create an interface to define the data being imported from the posts table
Schema must have the following fields:
creator_id : string
from the creator_id, import the username and the image
title: string
likes : string[]
You must use ShadCn ui / aceternity ui only.
keep a loading state from aceternity if possible.
Use the following image as inspiration for displaying the cards
Procedure to make commits.
You must make sure that you satisfy the below conditions before making changes.
[ ] Create a Fork
[ ] Make a branch with your name and issue. For example suvan_issuename
[ ] make a pull request
[ ] In the description of the pull request, describe the changes made
[ ] After PR, inform @greeenboi and await further updates / approvals.
Location
Description
Create the post slug page to view the posts by calling upon the row where id = post slug. use the interweave library (alr installed) to show the content of the posts. Refer to Medium sample post as the sample for UI design
Deliverables
You must do the following:
const supabase = createClientComponentClient();
Procedure to make commits.
You must make sure that you satisfy the below conditions before making changes.
suvan_issuename
Deadline for the changes