Nemsae / leos

lEOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lEOS

N|Solid

Resume

SETUP

  1. $ git clone https://github.com/Nemsae/leos
  2. $ cd leos
  3. $ npm i
  4. $ cd client && npm i
  5. $ cd..
  6. $ npm start

TESTING

With expect library, mocha, and enzyme

43 Passing Tests, will integrated into TDD Circle CI

  1. $ cd client && npm run test-all

My Projects

Encrypted messages are persisted on a MongoDB server.

TODO

  1. change post to a get, so we can put in myEther var into the query params
  2. change name of initial computeWithPercentage3
  3. add computeWithPercentage3
  4. Add navigation to display Help/How to Use
  5. figure out how to implement react-dom history into tests
  6. fix localStorage to initialize app with persistedState
  7. integrate graphql
  8. abstract out FilterLinks
  9. add tests for reusable components
  10. Local Storage to save settings (like which symbol to load)
  11. MOVE from thunk to Saga
  12. REMOVE thunk, react toolbox and flux
  13. REMOVE AppDispatcher and API.js
  14. Add copy to clipboard for currency-rate and benchmark
  15. Stream current exchange rate of the symbol
  16. Deploy (with an interface) to ElasticBeanstalk
  17. Save actual payouts to MongoDB/DynamoDB
  18. Look into exploring EOS block

About

lEOS


Languages

Language:JavaScript 92.6%Language:HTML 4.1%Language:CSS 3.3%