cakey / flashcollab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Used technologies:

  • React
  • ES6
  • Webpack
  • Babel
  • Jest

How to start

Run:

npm install
npm start

Check your http://localhost:3000/ or open http://localhost:3000/

How to test

npm test

How to start code

Run: npm run webpack-watch

TODO

  • switch to promises
  • tests
  • multi users
  • api limits/checks/security (max limit on file upload)
  • backup mechanic
  • host
  • test with ie
  • clean up AudioRecorder to just use react state!
  • keyboard shortcuts
  • move to => function style
  • db.map => db.all/get where appropriate...
  • remove fetchImages from AudioRecorder
  • use import

About

License:MIT License


Languages

Language:JavaScript 90.1%Language:CSS 9.2%Language:HTML 0.7%