/Living-Story-Book

This is an application, similar to "Story Bird", where users can create and share digital story books. The books have text to speech functionality, allowing ESL and beginner users to have stories read to them.

Primary LanguageJavaScript

Living-Story-Book

This is an application similar to "Story Bird," but geared toward more novice users. The application allows for users to create picture books with ease and then publish and share them. If a user is registered, he or she may use his or her own clipart rather than the generic library that is provided for all users. A registered user may also save and update existing books before and after publishing them. When browsing the library of published books, users may have pages read to them via HTML5s text to speech functionality.

Screenshot

Live Site

https://radicalreads.herokuapp.com/

Getting Started

Fork and clone the repository.

npm install
bower install
gulp build && gulp
npm start

run localhost:1337 in the browser and that's it!

Contributing

Fork it!
Create your feature branch:

    git checkout -b my-new-feature

Commit your changes:

   git commit -m 'Add some feature'

Push to the branch:

    git push origin my-new-feature

Submit a pull request