Pinned Repositories
alarm_clock
anagrams
Learning Sinatra and Ruby | compare two words to determine if they are anagrams
angular-template
asteroid_art
node.js project using NASA api
BEERSavvy
A simple app that will help you develop your beer knowledge, appreciation, and vocabulary. Beer styles, characteristics, and interesting tidbits will come to light as you discover your new favorite beers. Along the way you'll find out what it is exactly that makes you like a beer so much.
it_takes_a_village_rails
A social site built with rails where users can create accounts and share knowledge and resources.
question-answers
Epicodus | JS wk3 independent project: question & answer message board built with Ember
shopify-starter-theme
Hashtag-Ipsum
untranslatables
Epicodus Team Week Project: Untranslatables - An entertaining and edifying web app that presents words or phrases that are impossible to translate | Uses the Mean Stack: MongoDB, Express.js, Angular, and Node.js
SkyRousse's Repositories
SkyRousse/train-system
Ruby | practice with CRUD
SkyRousse/doctors-offices
Ruby practice | This program is for office administrators to track patients in a doctor's office
SkyRousse/words-definitions-week-2-project
A webapp that uses objects to list words and their corresponding definitions. Users are able to add new words and definitions.
SkyRousse/vehicle-dealership
Ruby practice | a car dealership application which stores information about dealerships and the vehicles that they sell.
SkyRousse/tamagotchi
Ruby Practice | Practice creating class methods and class variables. Use them in your Sinatra apps, and update the server with POST requests through forms. Add integration testing for each path through your application that a user can take.
SkyRousse/places-ruby
Website where you can enter places that you have been
SkyRousse/hash-ruby
Ruby hash practice | recreate the Hash class as a custom class. With your new hash class, build the functionality found in the methods, Hash#store and Hash#fetch.
SkyRousse/parcels
Ruby practice | Practice creating classes, using classes in a Sinatra app, and exposing the properties of the class to be used as methods.
SkyRousse/triangle
Object Oriented Ruby | initializing new triangles and determining what triangle type.
SkyRousse/word-count
website that uses a method to return how frequently a word appears in a given string. The user is able to input both the word and the string of words.
SkyRousse/anagrams
Learning Sinatra and Ruby | compare two words to determine if they are anagrams
SkyRousse/make_change
Practice using capybara and sinatra as to test and debug specs
SkyRousse/find-replace
A website where a user enters a string, chooses a word in that string and provides a replacement for that word.
SkyRousse/scrabble_score
A website that allows a user to enter a word and find out what it would score in Scrabble
SkyRousse/title-case-capybara
learning Capybara for integration testing with rspec and sinatra
SkyRousse/numbers_to_words
practice with rspec and hashes | a method that translates numbers in numeric form into written words
SkyRousse/ping-pong-ruby
Ping-Pong test is a programming test that makes sure you understand how to use loops, conditionals, and variables
SkyRousse/RSpec-practice-leap-year
rspec getting started | learning the basics with example inputs
SkyRousse/RSpec-practice-title-case
Learning how to use rspec | practice
SkyRousse/ruby-static-site
A practice site including file structure for running a simple static site using sinatra gem
SkyRousse/Pizza-Order
This is a project to practice using objects, object constructors and prototypes.
SkyRousse/bank-account
Bank account functionality to practice using constructor functions and prototypes
SkyRousse/movie-tickets
Creating objects using constructors and prototypes | movie ticket price calculator
SkyRousse/contacts
JS practice | address book - objects within objects
SkyRousse/pig-dice
Object-oriented JS practice | A dice game where players compete to get a high score of 100 points. Fist player to reach 100 points wins.
SkyRousse/to-do-list
Practice with Objects | a webpage where users can create a to do list
SkyRousse/places
practice with constructors and prototypes
SkyRousse/roman-numerals
This is an Epicodus student project creating a web page that uses front-end user interface logic to gather number and translate them into to Roman Numerals (using back-end logic). This is an lesson in Behavior Driven Development (BDD) to learn to code using just the least amount of clean code to establish true and false booleans based on expected outputs based on potential user inputs.
SkyRousse/pig-latin
Behavior driven Dev Practice | a Pig Latin translator
SkyRousse/leap-year
Behavior driven logic practice | Evaluates year to determine if it is a leap year or not