Skip to content

Instantly share code, notes, and snippets.

View zothsu's full-sized avatar

zothsu

View GitHub Profile

Guide to Add a Feature to a Web App

Intro

This guide is generic in that it does pertain to any particular web framework, e.g., Express.

When the time comes to implement a user story (feature) in a typical web application, following the steps below usually is a good approach to take in most cases...