Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 795 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 795 Bytes

📚Biblio - Discover new books

biblio- /ˈbɪblɪəʊ/

combining form

relating to a book or books. "bibliomania"

Biblio is the project name for book browser app fetching the New York Times best sellers list.

It serves as the playground for the "Refactoring Horrible Codebases Driven By Tests" workshop.

⚠️ Intenionally Horrible ⚠️

The code is intentionally horrible. Bloated view controllers, singletons, components doing more than one job... Don't take this code as an example of how to write a good app.

Development

To get started clone the repo and run the bootstrap script.

git clone git@github.com:mokacoding/biblio && cd biblio
./bin/bootstrap