Built with Ruby on Rails using TDD, Continuous Integration, and the Interactor design pattern
- Visit the Heroku app: Blocitoff
- Either:
a. Sign up for an account by clicking "sign up"
and confirming your email, or...
b. Log in using these credentials and poke around --
username: admin@blocitoff.com
password: helloworld
Blocitoff was created as part of the Bloc curriculum. It was a very open-ended project with minimal instruction; guidance came in the form of user stories and regular code reviews with my instructor.
As a user, I want to sign up for a free account by providing a user name, password and email
This particular project focuses on back-end techniques. The user stories and requirements prioritize functionality over beauty. For simplicity, the original app used very basic Bootstrap styling.
However, as this app serves as a nice test subject, I have been and will continue to update the front-end appearance and functionality. As of 2/2016 Bootstrap has been removed and I've started re-writing the views sans-framework. There are issues but new features and styling will come soon.