Pinned Repositories
postit
A simpler clone of Reddit, built in Rails with Bootstrap and Ajax. A Tealeaf Academy project.
blackjack
Contains both a procedural and object oriented blackjack game.
blackjack_webapp
A blackjack game built with Sinatra, Twitter Bootstrap, and Ajax.
myflix_public
A clone of Netflix created the TDD way. It uses Rspec with Fabrication, Faker, and Capybara. Log in to Myflix using the email 'user@example.com' and the password 'password'.
blog
A blog built in Rails. I've probably spent the longest amount of time on this project, learning more about Rails as I add to it.
chat_application
Experiment with Volt framework.
date_by_blog
react-selectize
React wrapper around selectize
RPS_game
A simple rock, paper, scissors app built in Sinatra.
jscanish's Repositories
jscanish/chat_application
Experiment with Volt framework.
jscanish/react-selectize
React wrapper around selectize
jscanish/date_by_blog
jscanish/myflix_public
A clone of Netflix created the TDD way. It uses Rspec with Fabrication, Faker, and Capybara. Log in to Myflix using the email 'user@example.com' and the password 'password'.
jscanish/postit
A simpler clone of Reddit, built in Rails with Bootstrap and Ajax. A Tealeaf Academy project.
jscanish/sluggable_gem
A gem which makes the creation of url slugs easier. Assumes a slug column in database table.
jscanish/blackjack
Contains both a procedural and object oriented blackjack game.
jscanish/blog
A blog built in Rails. I've probably spent the longest amount of time on this project, learning more about Rails as I add to it.
jscanish/blackjack_webapp
A blackjack game built with Sinatra, Twitter Bootstrap, and Ajax.
jscanish/shopping_cart
A model store built in rails. Mostly the result of reading the book Agile Web Development With Rails.
jscanish/RPS_game
A simple rock, paper, scissors app built in Sinatra.
jscanish/songs_by_sinatra
The result of reading Jump Start Sinatra