Web app simulating the functionality of Magic 8 Ball™. Built on Sinatra Skeleton provided by Dev Bootcamp.
- As a user, I'd like to shake the Ball and be told a random deafult set of answers for my question.
- As a user, aside from the default set, I'd like to be able to create, edit or delete my own custom predictions.
- As a user, I'd like to create separate customized Magic Balls.
- As a developer, I wish to be able to secure and protect the user's personal credentials.
- As an ISP, I'd like for the developer to use AJAX to minimize the amount data requests made per game.