Initial release of Cend code. Minimal commenting. master
authorJohnnie Lamar Odom II <jlodom00@alumni.amherst.edu>
Mon, 11 Jun 2018 20:22:08 +0000 (15:22 -0500)
committerJohnnie Lamar Odom II <jlodom00@alumni.amherst.edu>
Mon, 11 Jun 2018 20:22:08 +0000 (15:22 -0500)
commit632fd5e4fa59060fb7a66b2de071d5605f9fadb6
tree7c10cf294f73b997ff362b6a04be5bd195265ee7
Initial release of Cend code. Minimal commenting.
31 files changed:
.babelrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
README.md [new file with mode: 0644]
package.json [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/manifest.json [new file with mode: 0644]
setup_docs/cend_setup.md [new file with mode: 0644]
src/Actions.js [new file with mode: 0644]
src/App.js [new file with mode: 0644]
src/Backend.js [new file with mode: 0644]
src/Cendinfo.js [new file with mode: 0644]
src/CendinfoConnectContainer.js [new file with mode: 0644]
src/Configconstants.js [new file with mode: 0644]
src/Constants.js [new file with mode: 0644]
src/Header.js [new file with mode: 0644]
src/HeaderConnectContainer.js [new file with mode: 0644]
src/Pwapi.js [new file with mode: 0644]
src/Send.js [new file with mode: 0644]
src/SendConnectContainer.js [new file with mode: 0644]
src/SendWrite.js [new file with mode: 0644]
src/SendWriteConnectContainer.js [new file with mode: 0644]
src/TempLoginForm.js [new file with mode: 0644]
src/TempLoginFormConnectContainer.js [new file with mode: 0644]
src/Userslocal.js [new file with mode: 0644]
src/UserslocalConnectContainer.js [new file with mode: 0644]
src/index.css [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/registerServiceWorker.js [new file with mode: 0644]
yarn.lock [new file with mode: 0644]