GithubHelp home page GithubHelp logo

lannon / expression-calculator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29 KB

Rails app that implements a simple arithmetic expression evaluator

Ruby 81.45% JavaScript 2.56% CSS 1.63% HTML 14.37%

expression-calculator's Introduction

Please create a rails app in any rails/ruby version. Don't spend more then 2 hours (really). Submit either by commit to github, bitbucket, or zipping up your git repo and emailing it to [email protected], [email protected], and [email protected].

Create a rails app that has one root page that is a calculator.

It implements these operators (say +, -, /,*) on any number of integer arguments.
The page has only a text box and a submit button.
The requested operation and its result should be displayed below the text box after clicking the calculate button. Please avoid using a gem for the calculation portion of the assignment and craft your own calculator mechanism (hint eval is not your friend).

We don't care about UI/UX. Please write up any tests you think might be important.

Input example: 53+1+6/2+9100

Expected output: 53+1+6/2+9100 919

Input example: 53+1+6/85+9100

Expected output: 53+1+6/85+9100 916.07

expression-calculator's People

Watchers

 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.