WeSearch

Re-Engineering My Portfolio: Moving from No-Code to React & Firebase

·3 min read · 0 reactions · 0 comments · 9 views
#development#react#firebase#portfolio#github
Re-Engineering My Portfolio: Moving from No-Code to React & Firebase
⚡ TL;DR · AI summary

Kaushalya Mullegama has transitioned her portfolio from a static Wix layout to a dynamic React and Firebase application. The new platform features real-time interactions, a modern UI, and automated social media previews. This transformation was aided by GitHub Copilot, which streamlined the development process significantly.

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 === 3955539) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Kaushalya Mullegama Posted on May 29 Re-Engineering My Portfolio: Moving from No-Code to React & Firebase #devchallenge #githubchallenge #react #firebase GitHub “Finish-Up-A-Thon” Challenge Submission This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built I built a professional, production-ready React 18 + Vite Engineering Portfolio and Interactive Media Dashboard.

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)