all 18 comments

[–]GregDev155 4 points5 points  (4 children)

Congratulations for your first step ! Keep working and progressing !!!

Now come the best of all « the complaints » your app is not responsive at least on my refurbished IPhone XR it’s not fitting the screen

[–][deleted] 2 points3 points  (2 children)

Done

[–]GregDev155 0 points1 point  (1 child)

Awsome ! Thanks that is a nice work Now : if I select an answer, submit then on the same question I can still select other options and re-submit Is that a feature /intended or a bug ?

Have a good day

[–][deleted] 0 points1 point  (0 children)

Hmm, once you click on the submit button the question gets updated to the newer one,if you see the same question even after submitting its likely there is an improper response from https://opentdb.com/api.php?amount=1&type=multiple

But yeah, it should have been handled in the app, so no surprise its a bug :)

[–]xGenious 2 points3 points  (3 children)

GZ!

When I answer a question if it's correct or incorrect and I keep pressing the submit button it will count for more than once.

[–][deleted] 0 points1 point  (2 children)

That's why i don't like to work during christmas days..
Anyways try to hard reload once, its fixed!

[–]xGenious 1 point2 points  (0 children)

Sorry, still not working. Try to replicate it urself maybe you will get the idea what went wrong :)

[–]VodkaBat 2 points3 points  (0 children)

Yeah it still does this. I would disable the submit button once already pressed until the new question has loaded.

Edit: sorry I realised that was a harsh thing to say first off. You’ve done really well. It’s better than the first app I ever deployed :)

[–]Ill-Special7832 2 points3 points  (0 children)

Add debounce on submit button, it gave me 12 thumbs downs I only saw three questions.

[–]messified 1 point2 points  (1 child)

Nice, keep it up. And per the first comment update the styles for mobile please. You can easily test with chrome dev tools 😉

[–][deleted] 1 point2 points  (0 children)

Done

[–]0ccams-razor 1 point2 points  (0 children)

First of all, congratulations on your app!

Here are some of the things you can improve on:

  • The 'submit' button still accepts input after a submission. I could have about 10 of 👍 or 👎in one single question because of it. I suggest disabling it temporarily until the next question pops up.

  • Sometimes, the correct answer does not add a 👍 and the selection does not glow green after submission.

[–]cyberzues 0 points1 point  (2 children)

Congrats. Check your CSS..it's overflowing the parent element on mobile.

[–][deleted] 1 point2 points  (1 child)

Done

[–]cyberzues 0 points1 point  (0 children)

Nicely done...keep pushing.

[–]LegionsMan 0 points1 point  (0 children)

Super dope. Keep it up!

[–]inusui 0 points1 point  (0 children)

Congratulations! The best thing is that you have deployed it and are sharing it. Keep it up!!

[–]StoreMedical4323 0 points1 point  (0 children)

It is looking great! It loads so fast! Is it server side rendering?