/art_gallery

Artwork I've done in the past

Primary LanguageJavaScript

My Art Gallery

Before web development, I was interested in creating art. I created this website to display some art pieces I've done. Please enjoy!

You can check out the live version [here] (http://choo-art-gallery.herokuapp.com/).

![search] (https://github.com/jchoo157/art_gallery/blob/master/app/assets/images/art.gif)

Deployment

You must have Heroku CLI installed and be logged in to Heroku in order to deploy live via Heroku servers (Please see the documentation to get set up with Heroku)

Then, after installation and login, via the command line...

$ heroku create
$ git push heroku master
$ heroku open

Tech Used

  • Ruby on Rails - Backend API framework used
  • jQuery - Write less, do more with jQuery
  • jquery-slick-rails - A ruby gem that uses the Rails asset pipeline to include the jQuery Slick plugin by Ken Wheeler

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details