Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple calculator on Ember with a backend in rails

Notifications You must be signed in to change notification settings

aledustet/kempchee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple calculator on Ember with a backend in rails

Is a simple calculator that performs the operations ['+', '-', '*', '/', '**', 'sqrt'] that gets filled on the frontend ember app and performed on the backend rails app. I used ember-cli-rails to embed the ember app inside the rails app.

Setup:

  • With an installation of ruby, version 2.4.2
  • run gem install bundler
  • run bundle

To run the tests:

  • cd frontend && ember test --server for the frontend ember app
  • rspec for the rails app

Future work

  • Add the operations from the backend
  • Polish frontend
  • Properly handle unary operations
  • Refactor frontend to use components
  • Add more tests for frontend

About

Simple calculator on Ember with a backend in rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published