Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.1 KB

File metadata and controls

54 lines (31 loc) · 1.1 KB

Suggested Project Topics

(Suggested Project Topic 1) TCP Application

User Stories to Fulfill

  • As a client, (not logged in) I
    • can send messages to a peer.
    • can view default channels
    • can view all accessible channels
    • can view messages live as they are received

(Suggested Project Topic 2) Blog Application

User Stories to Fulfill

  • As a client, (not logged in) I
    • can create new blog posts
      • A blog post can consist of images and text
    • can view list of all blog posts
    • can view blog posts filtered by blog-tag
    • can view new blog posts upon refreshing the DOM

(Suggested Project Topic 3) Application

User Stories to Fulfill

  • As a client, (not logged in) I
    • can upload new videos
    • can view list of all videos
    • can post simple text-comments on a video

(Suggested Project Topic 4) Money Management Application

User Stories to Fulfill

  • As a client, (not logged in) I
    • can create new accounts
    • deposit money to each account
    • withdrawl money from each account
    • transfer money to and from any 2 accounts