Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions 33/bbelderbos/README.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added 33/bbelderbos/assets/another-book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 33/bbelderbos/assets/autocomplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 33/bbelderbos/assets/book-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 33/bbelderbos/assets/fb-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 33/bbelderbos/assets/logged-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 33/bbelderbos/assets/mobile-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.