diff --git a/33/bbelderbos/README.md b/33/bbelderbos/README.md new file mode 100644 index 000000000..adb814299 --- /dev/null +++ b/33/bbelderbos/README.md @@ -0,0 +1,35 @@ +## PyBites Reading List + +Meta: + +* Challenge: [#33 - Build a Django Tracker, Weather or Review App](https://pybit.es/codechallenge33.html). + +* Original app: [fbreadinglist](http://fbreadinglist.com/) + +* New app (work in progress): [pbreadinglist](https://pbreadinglist.herokuapp.com) + +The work so far was heavy on JS and design, but got the basics down to now expand Django back-end starting with user lists / reviews ... + +* Ported autocomplete: + + ![autocomplete](assets/autocomplete.png) + +* Bootstrap css to have nice fluid layout: + + ![book view](assets/book-view.png) + +* It works nice on mobile: + + ![mobile view](assets/mobile-view.png) + +* Another book: + + ![another book](assets/another-book.png) + +* Special thanks to [Simpleisbetterthancomplex](https://simpleisbetterthancomplex.com) -> [How to Add Social Login to Django](https://simpleisbetterthancomplex.com/tutorial/2016/10/24/how-to-add-social-login-to-django.html) which helped bootstrapping this app: + + ![fb login](assets/fb-login.png) + +* Logged in gives you queue / like feature (currently building) + + ![logged in](assets/logged-in.png) diff --git a/33/bbelderbos/assets/another-book.png b/33/bbelderbos/assets/another-book.png new file mode 100644 index 000000000..00902965f Binary files /dev/null and b/33/bbelderbos/assets/another-book.png differ diff --git a/33/bbelderbos/assets/autocomplete.png b/33/bbelderbos/assets/autocomplete.png new file mode 100644 index 000000000..146118261 Binary files /dev/null and b/33/bbelderbos/assets/autocomplete.png differ diff --git a/33/bbelderbos/assets/book-view.png b/33/bbelderbos/assets/book-view.png new file mode 100644 index 000000000..3ba04722b Binary files /dev/null and b/33/bbelderbos/assets/book-view.png differ diff --git a/33/bbelderbos/assets/fb-login.png b/33/bbelderbos/assets/fb-login.png new file mode 100644 index 000000000..45d56f133 Binary files /dev/null and b/33/bbelderbos/assets/fb-login.png differ diff --git a/33/bbelderbos/assets/logged-in.png b/33/bbelderbos/assets/logged-in.png new file mode 100644 index 000000000..a26191c13 Binary files /dev/null and b/33/bbelderbos/assets/logged-in.png differ diff --git a/33/bbelderbos/assets/mobile-view.png b/33/bbelderbos/assets/mobile-view.png new file mode 100644 index 000000000..b3d823dbf Binary files /dev/null and b/33/bbelderbos/assets/mobile-view.png differ