I just uploaded my Wikipedia viewer on GitHub. Please take a look
. Feedback is welcome.
This one’s fun, and I got to use Promises. On mobile I tried to make it look different when the phone’s in portrait or in landscape. I hope I pulled that one right.
I’m quite satisfied with my code, although the stream of .append
s is somewhat ugly.
2 Likes
I was kind of playing around with that, but yeah, having a lot of space on the page where you can’t scroll sucks.
if you want to avoid using append you should give templating a try. I also used templates using handlebars.js in my project because i don’t like using append statements.Overall you have done a pretty good job, and i agree with @P1xt i also prefer using the browser scrollbar.
1 Like
Thanks! 
I recently found out about handlebars and I’ll give it a try for the twitch app. And I won’t use that ugly scrollbar for that 
1 Like
I also first used templating in my twitch app project.Cool.
~Happy coding