Skip to content

'Breakable Toy' final project for Launch Academy. Uses React and Ruby on Rails to build a web app that displays comic books.

Notifications You must be signed in to change notification settings

JauntyJames/dream-eater

Repository files navigation

Codeship Status for JauntyJames/dream-eater Code Climate Coverage Status

Dream-Eater Comicbook Library

Intro

This website is a comicbook library and e-reader. The production website can be found here. Comicbook PDF files are stored on Cloudinary and persisted into a PostgreSQL database, and displayed using a custom e-reader built upon Mozilla's PDF.js

To Run

  • Clone down the repo
  • bundle install
  • npm install
  • rake db:setup
  • rails server
  • npm start
  • navigate your browser to localhost:3000
  • to run the testing suite, run rake spec
  • to test React components, run npm test

Neat Features

  • Visitors are able to sign in using either a Facebook or Goodreads omniauth, or make their own account with Devise.
  • Using React-Dropzone, the entire index page is a target for drag-and-drop file uploading. In addition to visiting the New Comic form page direcly, authenticated visitors can simply drag a valid PDF into the window and will be redirected to the New Comic form.
  • The e-reader, which can be loaded using the 'Read Me!' button, allows full-screen viewing.
  • Pages can be turned using the nav bar, arrow keys, or by clicking directly on the left or right page.
  • The trackpad can be used in full-screen to zoom in and out of the page or to pan around the page.
  • Authenticated visitors can bookmark a page which will load the next time they view the comic, or add a comic to a favorites list.

Libraries used:

  • Devise

  • Omniauth Facebook

  • Omniauth Goodreads

  • Carrierwave

  • Fog-AWS

  • Font Awesome Rails

  • Cloudinary

  • React Dropzone

  • React Full-screen

  • React PDF

  • React HammerJs

  • Ruby version - 2.3.3

About

'Breakable Toy' final project for Launch Academy. Uses React and Ruby on Rails to build a web app that displays comic books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published