Giter Site home page Giter Site logo

robot-shark's Introduction

Robot Shark

"shred your finances"

A simple fake site that lets you log into a sandbox plaid account view account information ๐Ÿคทโ€โ™‚๏ธ

./docs/home.png

./docs/dashboard.png

API

Simple, almost a pure proxy to plaid. There really is no logic being done (which is a listed room for improvement).

setup

yarn

then copy the .env.example file to .env and replace the plaid client id and secret with any free sandbox account credentials.

run

yarn start

test

yarn test

Room for Improvement

  • The front end is making three calls to get accounts, transactions, and institution data all to show on the dashboard. Possibly barring a data size issue these calls should probably be modified to be one-per-view so the front end only has to make a single call and the work to combine the data can be pushed back onto the API.
  • For sake of simplicty the access_token is being stored in process memory. Obviously thats trash. Need to move it to frontend app/browser state and require it as auth for every API call.

APP

Again, simple, two pages. Click the Connect Account button, put in the sandbox creds user_good and pass_good and then view your accounts.

setup

yarn

run

yarn start

test

yarn test

Room for Improvement

  • Improve error handling (UX) when API returns errors
  • Improve UX in dashboard to show user which account is currently selected
  • Store the access_token in state and send to API in each request
  • More testing. I did smoke tests...

robot-shark's People

Contributors

sodiray avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.