Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 300 Bytes

My Portfolio Application

This is the repository for my personal portfolio. It was built using Rails 5.

Features

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

Sample Code

def sample_method
    puts "This is a sample method in ruby"
end