Cường
@docuong0912All comments
- @YusufKaya16Submitted 3 months ago@docuong0912Posted 3 months ago
what happend to all the images? you might want to check your solution again
0 - @docuong0912Submitted over 1 year ago
Please leave a comment if anything worng with my code structure, especially with data fectching, it's a little bit laggy. i'm new to nextjs
Please note that this project isn't responsive yet!
Have a good day!!
@docuong0912Posted over 1 year agothe sever is temporary down,too,it should be working in couple of days
0 - @ThuTrang5631Submitted over 1 year ago
If you have any feedback, don't hesitate to comment for me :333
@docuong0912Posted over 1 year agocái giao diện tìm kiếm hơi khó xài á, theo góc độ người dùng thì mình nghĩ là để cho nó lọc theo từng chữ cái hợp lí hơn :>
Marked as helpful0 - @NatsukiCodeSubmitted over 1 year ago
I was not able to get the email submit button to display the hover states. Also, I'm not sure how to do the mobile version. I would very appreciate any comments to help me out. Thank you :)
@docuong0912Posted over 1 year ago@media screen and (max-width:375px){ // your mobile responsive style }
and btw your submit button works fine
1 - @pqhung3007Submitted about 2 years ago
Hello Frontend Mentor community 👋
This is the first time I really get my hands dirty with Redux Toolkit, a great global state management tool and there's nothing better than applying it to a simple, conventional to-do app. Apart from the challenge's requirements, I add the edit functionality and make a toast notification pops up every time a to-do is added or updated using the react-toastify package. I also use localStorage to save to-dos so that they don't disappear when we reload the page.
If you're satisfied with my product and my code, feel free to save it for future reference. On top of that, I also welcome constructive feedback or even critics so we can better improve. 💪
Happy coding everyone! 💻
@docuong0912Posted about 2 years agoi think there's little problem with the total task, it keep decreasing everytime i click the task even it's unfinished
0 - @farukingSubmitted over 2 years ago
I got lost in the logic most times and had to debug a lot. What is the best practice when there are a lot of complicated logic going on? like do you create separate scripts... which was what I settled for, or do you use maybe classes or something?
@docuong0912Posted over 2 years agoCreative gameplay. But sometime i literally unable to rearrange moves to win. It said invalid move, i think its a bug, or maybe a feature,lol
0 - @dsnoeijerSubmitted over 2 years ago@docuong0912Posted over 2 years ago
There is bug in your game, you should check it out, in picking phase, and you shouldn't use link tag,the game should re-render in same page, not foward to new page, replace with div with on click event instead.
In short, i think your solution haven't finished yet, just about 80%.
0 - @Ismat27Submitted over 2 years ago
Reviews and assessment will be highly appreciated
I need recommendations on how to improve the UI, particularly to make the background as the one in the design after the user has played. Also i will appreciate help on designing the options
Thank you for your time
@docuong0912Posted over 2 years agoAbout your question, i would recommend creating a new empty div and creating its pseudo class element and then set back ground color to white, set opacity for each background element. I don't know if its a good solution but i currently apply that to my solution and it worked well
There are 2 options to style the (rock,paper,scissor) choices background, first create round div element and then set big border size with specific color or create 2 round div lies on each other.
Hope that help!
1 - @PrincessMaggySubmitted about 3 years ago@docuong0912Posted about 3 years ago
i think there's some bug, when i try to play second times, the result won't display and i can't play again unless i reload the page
0 - @adiltonssSubmitted about 3 years ago
This is my first challenge, and I've started to learn to code a few months ago, I would really appreciate any advices or tips please.
@docuong0912Posted about 3 years agoFew months ago ? you must be joking :) ,this is a very good start its good to know new library from you, i've been stuck in drag and drop part for days, thanks, keep it up
Marked as helpful1 - @cvargas31Submitted about 3 years ago
This is my solution, i will said im 85% done with the challenge im only missing the logic in how change the price of the current value of my slider, because once you click in the toggler it will change to the annualy fare but with the initial value of 8$
@docuong0912Posted about 3 years agoWow, what a clean code, how do you make the range input's progress bar like that, and the automatic adjust the range input, mine is so glitchy, can you check-out my code and give me some advice :)
0 - @Renato-Lima-NevesSubmitted over 3 years ago
Hello coder! This is my project here on frontend mentor, where i used Bootstrap 5 and DOM. I had tons of fun while making it, but i have some issues with the button and the image. I don't know how to make them responsive, i tried using flexbox but still didn't worked. What should i do to fix these issues? Thanks for stopping by and happy coding!
@docuong0912Posted over 3 years agoHi,
About your issue, have you tried to apply 'col' class to button tag or using media query ?
0