damigonzi / eagle-watch

Basic MongoDB and Node.js app which visualizes dummy data on a table in a webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO-DO

  • Dynamically render the table headers
    • Complete. Thinking of statically designing table, due to uneven columns sometimes.
  • Sort the table list
  • Add CSS
    • Complete. Looking into adding more custimization.
  • Add a timer to refresh every 30 sec
  • Add a toggle button to turn of realtime refresh
  • Add a refresh button

Longer Term Goals

  • Create a backend service which auto refreshes the data in the table
  • Create a backend service which auto calculcates a 'stock rating'

Longest Term Goals

  • Create an API Oauth
  • Create a user login

About

Basic MongoDB and Node.js app which visualizes dummy data on a table in a webpage


Languages

Language:JavaScript 81.3%Language:HTML 18.7%