Dizzle
Dizzle
Currently investigating major display errors
After using BrowserStack to test on different devices, and resizing my browser, I've noticed some major issues. Just be aware it may not display/work properly on your device!
Introducing Dizzle!
Dizzle is a website created with Flask that will give you a random general knowledge question.
There are lots of different themed questions like history, geography, sport, etc. At time of writing, there are 112 questions
svg files cannot be displayed: https://replanalytics.repl.co/track/52cf3e79-d7e3-4020-a5fb-699a6f3fda38/empty.svg
To get started, visit Dizzle!
Contributing
Any question contributions are welcome!
To contribute, you can do one of the following:
- Create a GitHub issue - https://github.com/DillonB07/Dizzle/issues
- Go to https://dizzle.dillonb07.repl.co/suggest
- Comment on the Repl or ReplTalk post
I hope you enjoy Dizzle! If you have any suggestions or feedback create a GitHub issue or leave them in the comments below!
Pretty cool
Cool, you should make it responsive instead of saying that it might not work well on this type of display/device! :)
@DillonB07 Alright cool :)
CSS needs attention, but it works well :>
@DillonB07 Some places look a little funky, like the margin.
@DillonB07 Try using JavaScript to make it responsive, you can use screen height and width variables (window.innerWidth
and window.innerHeight
)
nice! maybe add a api for this like I did here
@VulcanWM I'll consider it! Currently, I really need to fix the display issues. My screen is the perfect size and it worked great, but on smaller screens it's cut off a bit so...
Anyway, I'll add an API to my todo list.
Also, do you mind if I take some of your questions? With credit of course.
you can take as many as you want :) @DillonB07