WeSearch

EasyPollVote [Dev Log #4]

·8 min read · 0 reactions · 0 comments · 3 views
#web development#nextjs#typescript#supabase#poll application
EasyPollVote [Dev Log #4]
⚡ TL;DR · AI summary

EasyPollVote (EasyPV) is a full-stack Next.js application that allows users to create custom polls with up to four options and share them via private links without requiring voter accounts. The latest development log focuses on the implementation of the poll creation form, including functionality for adding and removing options, setting end dates, and customizing option colors. The project is currently emphasizing code cleanup and learning Supabase integration.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3711376) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } FrancisTRᴅᴇᴠ (っ◔◡◔)っ Posted on May 1 EasyPollVote [Dev Log #4] #discuss #easypvdevlog #nextjs #typescript EasyPV Dev Logs (4 Part Series) 1 EasyPollVote [Dev Log #1] 2 EasyPollVote [Dev Log #2] 3 EasyPollVote [Dev Log #3] 4 EasyPollVote [Dev Log #4] Welcome to the Forth DEV LOG! Welcome to the forth Dev Log of my full stack application called EasyPollVote (EasyPV)! What is EasyPollVote (EasyPV)? A Next.js application where the ultimate goal is having the convenience to create your…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)