Coder Social home page Coder Social logo

http-decision-tree's Introduction

HTTP Decision Tree

This is an interactive version of Choosing an HTTP Status Code that I threw together for fun to demo some React + Ramda in my Intro to FP in JavaScript talk. It's mostly working, but a little rough around the edges. If given more time, I'd like to:

  • add better instructions on what to do / what this is
  • add labeling around the standard / useful / irrelevant color codes
  • add a way to cancel / go back from a decision without having to restart
  • add filtering so one can, for example, remove decisions that lead to irrelevant codes
  • improve on the styles and animations
  • improve on the accessibility and make sure it's fully keyboard-navigable

I had originally started down the path of implementing the decision tree using an actual tree structure. However, I started spinning my wheels when it came time to folding two or more trees together, and switched over to POJOs for interest of time. I've preserved what little tree code there is, but it is completely unused. I may come back to this at some point, however.

Usage

To run this application:

$ npm install
$ npm start

And to run the tests:

$ npm test

License

MIT

http-decision-tree's People

Contributors

jimf avatar

Stargazers

Yunfeng (Jack) Zhao avatar

Watchers

 avatar James Cloos 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.