/meemers

RoR application for searching, saving, and rating memes

Primary LanguageRuby

Meemers

Fully responsive Ruby on Rails application for searching, saving, and rating memes

Built with:

  • Ruby on Rails
  • PostgreSQL

Screenshots:

Home page:

home-1 home-2

Sample search results:

Mobile:

results-for-cats

Web:

pinterest-style-board

Sample favorites:

faves

Basic functionality:

  • Users can search for memes on the Home page via the Imgur API
  • Favorited memes are saved to the Postgres database via AJAX and displayed on the Faves page
  • Users can add likes (hearts) to their favorite memes via AJAX

Acknowledgements