Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • iamis15 70

    @iamis15

    Submitted

    1.One issue i had with this project is that the whole thing automatically resizes even though the width and height are set in pixels. I cant seem to find the solution. You can see what i'm talking about by trying to resize it in the google dev tools

    2.Another issue is that i feel my code could be shorter. I had to repeat a lot of JS code, so if anyone is willing to look into that; i would be greatly appreciate it

    @mertavcioglu

    Posted

    Not responsive for mobile devices I believe.

    0
  • @mertavcioglu

    Posted

    Cannot click buttons.

    0
  • @mertavcioglu

    Posted

    Your application seems not centered into the screen and not responsive for mobile devices. You should use CSS to make your container centered and maybe media queries for responsiveness. Maybe the following commands:

    text-align: center; justify-content: center; align-items: center;

    With these commands I believe that it will be centered in screen.

    Marked as helpful

    0