Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.18 KB

Coin Cafeteria

Welcome to Coin Cafeteria, where you can keep track of your favorite crypto coins!

Youtube demonstration - https://www.youtube.com/watch?v=ExSJFLJBlDg&feature=youtu.be

Installation

OS X & Linux:

  • Front end (Javascript)
npm install
  • Back end (Ruby)
bundle install

How to Use!

  • Log In with a new/old Username/Password

login-image

  • Use the tool bars to help select and sort your favorite cyrpto coins.

mainscreen-image

  • Click More Info to see more info about the coins!

moreinfo-image

Built With

  • React in Front end
  • Ruby on Rails in Back end

Meta

https://github.com/Kenny-Hom27/github-link

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request