Re-Engineering My Portfolio: Moving from No-Code to React & Firebase
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.
- ▪The portfolio was originally a closed-source mock-up on Wix Studio that lacked interactivity.
- ▪The new application integrates a real-time blog commenting system and dynamic user engagement features.
- ▪GitHub Copilot played a crucial role in accelerating the development by handling complex Firebase lifecycles.
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).