Latest solutions
Article preview component challenge
#van-jsSubmitted 22 days agoIf you have a better way of designing the function of the dismiss button, let me know.
Latest comments
- P@amigos81@DANY-DURAND
Great solution!
- P@boy-johnnyWhat challenges did you encounter, and how did you overcome them?
I'd like to use react to build this project with node.js backend and database to receive and store the users' email address.
@DANY-DURANDI couldn't see the live solution. But to add more functionalities, you could use Express.js and Node.js. Express.js documentation seems straightforward.
- @hamzatchiche@DANY-DURAND
Great solution! Just an observation: the transition on mobile is slow, making the design a bit wacky.
Marked as helpful - P@GeorgeGit1@DANY-DURAND
Great solutions!
- @markorrente01What are you most proud of, and what would you do differently next time?
Proud of the css grid layout. I will do better next time!!
What challenges did you encounter, and how did you overcome them?encountered challenges on the grid container but this lines code was a game changer for me:
What specific areas of your project would you like help with?main{ width: 80%; max-width: 1200px; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto; gap: 1.7rem; place-content: center; }
I would like to know where I can study more about grid layout. I am looking forward to going into React.js, so I need resources for the course, too.
@DANY-DURANDNice Solution!
- @yannick-lebec@DANY-DURAND
Great solution!