EasyPollVote [Dev Log #4]
Welcome to the Forth DEV LOG! Welcome to the forth Dev Log of my full stack application...
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).