A react webpage using supabase to allow users to create and vote in different polls I wrote this to faimliarize myself with react and supabase
I am using the supbase cloud database, which is an SQL database There are four tables:
- poll
- poll_like
- poll_option
- poll_vote
Used Next 14 Tailwind for styling React Supabase JS API
{Make a list of things that you need to fix, improve, and add in the future.}
- Add profile page
- Allow users to pick usernames