Skip to content

Commit f2a0914

Browse files
bbelderbospybites
authored andcommitted
Pcc33 - pbreadinglist (pybites#100)
merged
1 parent 886c43c commit f2a0914

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

33/bbelderbos/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## PyBites Reading List
2+
3+
Meta:
4+
5+
* Challenge: [#33 - Build a Django Tracker, Weather or Review App](https://pybit.es/codechallenge33.html).
6+
7+
* Original app: [fbreadinglist](http://fbreadinglist.com/)
8+
9+
* New app (work in progress): [pbreadinglist](https://pbreadinglist.herokuapp.com)
10+
11+
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 ...
12+
13+
* Ported autocomplete:
14+
15+
![autocomplete](assets/autocomplete.png)
16+
17+
* Bootstrap css to have nice fluid layout:
18+
19+
![book view](assets/book-view.png)
20+
21+
* It works nice on mobile:
22+
23+
![mobile view](assets/mobile-view.png)
24+
25+
* Another book:
26+
27+
![another book](assets/another-book.png)
28+
29+
* 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:
30+
31+
![fb login](assets/fb-login.png)
32+
33+
* Logged in gives you queue / like feature (currently building)
34+
35+
![logged in](assets/logged-in.png)
254 KB
Loading
142 KB
Loading

33/bbelderbos/assets/book-view.png

296 KB
Loading

33/bbelderbos/assets/fb-login.png

78.7 KB
Loading

33/bbelderbos/assets/logged-in.png

274 KB
Loading
250 KB
Loading

0 commit comments

Comments
 (0)