WeSearch

From a 3-Day Deadline Disaster to a Real Product: Reviving My First Full-Stack Project

·7 min read · 0 reactions · 0 comments · 10 views
#development#programming#education#github
From a 3-Day Deadline Disaster to a Real Product: Reviving My First Full-Stack Project
⚡ TL;DR · AI summary

The article discusses the revival of a course allocation system project that was initially abandoned after a rushed three-day development. The author returned to the project as part of the GitHub Finish-Up-A-Thon Challenge, ultimately transforming it into a functional web portal for academic administrators. The revamped application now allows for secure management of lecturers and courses, showcasing significant improvements in both functionality and security.

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 === 3253566) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } OLALEKAN OGUNDIMU Posted on May 29 From a 3-Day Deadline Disaster to a Real Product: Reviving My First Full-Stack Project #devchallenge #githubchallenge GitHub “Finish-Up-A-Thon” Challenge Submission This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built The Course Allocation System is a department-level web portal that lets academic administrators manage lecturers, courses, and timetable allocations — and lets every lecturer log in to view their own assigned…

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)