Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

s-thom/520-reader

Repository files navigation

520-reader

A better name will come soon.

This repository is created as a partial fufilment of a Bachelor's of Mathematics and Computer Science (Hons.) at the University of Waikato.

This work was presented at the 32nd International BCS Human Computer Interaction Conference (HCI 2018). You can find the paper on the BCS website.

Pull requests are welcome.

What is it?

520-reader is an online eBook reader, that also analyzes the occurences of characters throughout the book. A fair chunk of time spent reading is lost due to the need to recall what those characters did earlier in the book. By showing when a character has been seen, the user can spend more time enjoying the book.

Cloning and running

Requires Node.

# Clone the repository
$ git clone git@github.com:s-thom/520-reader.git

# Install dependencies
$ npm install

# Start development server
$ npm start