nss-evening-cohort-7 / chatty-papaphobia

chatty-papaphobia created by GitHub Classroom
1 stars 2 forks source link

Browserify #5

Open zoeames opened 6 years ago

zoeames commented 6 years ago

Create multiple Browserify modules, following the Single Responsibility Principle, that perform the following functions.

  1. main.js - initialize XHR, activate events, and populate DOM
  2. Appropriately named modules to:
    • Get messages
    • Delete messages
    • Add messages
  3. Other modules as needed