Please leave comments that could improve my work or make it more efficient. Thanks a lot :)
Abhishek Rawat
@AbePlaysAll comments
- @Jerico001Submitted over 3 years ago@AbePlaysPosted over 3 years ago
Hey Jerico, great job on finishing the project. Here are few tips using which can enhance your project:
(i). Add hover effects to the social links in the footer. (ii). Add a transition duration to your transition. Right now, the button just shifts colors instantaneously.
0 - @Felipe-RLSubmitted over 3 years ago
Any advice is welcome, ty.
@AbePlaysPosted over 3 years agoHey Felipe, Great job on the solution. Couple of areas where you can improve upon:
-
The layout falls apart when moving from mobile to tablet size screens. Try making the project responsive for tablet screens too.
-
The buttons does not have hover effects on them. You can simply add a pseudo selector(:active) to add hover effects on your buttons.
Let me know if you need any more help. Cheers!
0 -
- @Essay97Submitted over 3 years ago
This is my first project using tailwind! Any suggestion?
@AbePlaysPosted over 3 years agoGood old Tailwind. One thing i love doing with tailwind is to make a dark-mode version of project. If this is your first project with tailwind, definitely explore how you can implement a dark-mode version of this project. The documentations are available on the Tailwind website. Let me know if you need more help. Great job on the project. Definitely fix the issue tediko mentioned above.
0 - @sabin-baniyaSubmitted over 3 years ago
Any feedback is highly appreciated :)
@AbePlaysPosted over 3 years agoThe project looks great. Couple of issues though.
-
The page doesn't look centered. I think you've a max-width applied to the project. If that's the case, simply add margin: 0 auto to the element which has max-width.
-
The footer has this weird glitch where when i hover over it, the cursor disappears.
2 -
- @LeDuy1194Submitted over 3 years ago
How to create a more challenging computer for the game? What should I do about the draw case? I used the images only so is there anything out of design?
@AbePlaysPosted over 3 years agoDamn, the project looks great. Love the slick animations. What you can do to enhance this project is to add a "END GAME" button clicking which you can show the player's score and prompt the user to Play Again. Basically add a flow to restart the game. Maybe even add a toggle to show a running history of the games user has played. Sky is the limit!
1 - @GlenOttleySubmitted over 3 years ago
One of the most complex projects I have attempted from a layout perspective, first time using several libraries such as react-router-dom, react-hook-form & useMediaQuery/material-ui.
I have removed the form submit functionality which relies on a Python backend since this would not work on GitHub pages. I plan on customizing this design to create my own personal portfolio next.
Overall I am pretty happy with the result, however I welcome any feedback you may have.
Thanks, Glen
@AbePlaysPosted over 3 years agoGreat job Glen. The project looks amazing. There is one issue though. The button becomes active even before my cursor has entered the button(I tried entering from the right side). It maybe because of some extra padding or margin you may have applied to one of the classes on your buttons.
1 - @jamiem89Submitted over 3 years ago
This was quite a simple one. Pretty happy with this. I didn't really pay any attention to tablet, so just judge on mobile and desktop!
@AbePlaysPosted over 3 years agoIt look's amazing. However, there's some horizontal scrolling at smaller screen.
1 - @marci-01Submitted over 3 years ago
It was a bit challenging designing the layout. Any feedback will be most appreaciated.
@AbePlaysPosted over 3 years agoLook into mobile responsiveness for your projects. Adding mobile responsiveness makes your website look good on smaller screen devices. Try squeezing the width of your browser and watch how the layout falls apart.
Also, add a max-width to the layout. See how it stretches and fills the entire width of the screen? Imagine how that would look like at the device with massive width (TV-Screens). Adding max-width limits the width of your project.
Let me know if you've any queries. Good job on the project!!
0 - @elalmamiaSubmitted over 3 years ago
Hi, I'm a newbie so I would appreciate any feedback:)
@AbePlaysPosted over 3 years agoDefinitely doesn't look like a newbie's work. Good job!
0 - @LadyoftheCaveSubmitted over 3 years ago
Feedback is welcome
- @artimysSubmitted about 4 years ago
Hi everyone, simple but looks could be deceiving with this challenge. Spent a good amount of time fiddling with positioning on those background images. Threw some keyframes at it for some eye candy...sort of.
Any suggestions on it are welcomed, thanks
- @biancahppSubmitted about 4 years ago
I did it responsive for the first time!!
There were two things I couldn't figure out:
-
how to turn the arrow white when I click on it. I tried everything I could find to change svg color but nothing worked.
-
how to make the bubble.
If anyone has some experiences to share I would really appreciate it.
@AbePlaysPosted about 4 years agoUse the "fill" property on svgs to change their color. I see you have referenced the svg as an image in your html. Just copy the svg code provided and paste it in place of img tag.
1 -