Skip to content

Dalthariel/DevcampPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCamp Portfolio Application

This is a Ruby on Rails 5 app that allows me to showcase my portfolio.

Features

  • Real-time chat engine for comments
  • Blog
  • Portfolio
  • Drag and drop interface

Code Example

def cv (n, o) # stands for Check Verbose
	if @verbose 
		if o == "a"
			puts "plus #{n} = #{@total}"
		elsif o == "m"
			puts "times #{n} = #{@total}" 
		else 
			puts "It broke in the Verbose module"
			exit
		end
	end
end
alert('I can say stuff here');