Fumler / web-notifications

Website that lets an admin send a message to all its users. Minimum viable product-ish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-notifications

Website that lets an admin send a message to all its users. Minimum viable product-ish.

yarn # install deps
yarn run client # run webpack-dev-server for client side
yarn run server # run node api server

WANTED FEATURES

  • Push API - service workers (https://developer.mozilla.org/en-US/docs/Web/API/Push_API)
  • Backup solution for sending notifications to all users with socket.io
  • Refresh homepage when notification is sent to all users
  • Add article posts
  • Edit article posts (implemented in server only)
  • Delete article posts (implemented in server only)
  • More detailed PostDetail page
  • Full-screen "hero" article on homepage
  • Markdown editor for creating article posts
  • Login flow with protected routes
  • Server-side rendering

TECH

ISSUES

  • Fix issue where createPost promise never completes so createPost form doesn't have to be reset every time

About

Website that lets an admin send a message to all its users. Minimum viable product-ish.


Languages

Language:JavaScript 99.3%Language:HTML 0.7%