Skip to content

shreyas123/assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 3

Write a Rails application that that allows to user to convert celcius to fahrenheit. The application should display the two temperatures visually. It's up to you to decide how to implement this and which technology to use, it should be web based. Make sure the design will allow for adding more functionality later, such as doing other kinds conversions.

Solution

Please do the git clone of the repo.

Perform bundle

  bundle 

You can run the app using

rails s

Navigate to http://localhost:3000

You can run the specs using

rake spec 

and Jasmine spec using

http://localhost:3000/jasmine

Adding More Conversions

To add more conversion please have a look at the config/conversions.yml

The data is self explanatory for adding a new conversion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors