Latest solutions
Contact form
#react#tailwind-css#zod#react-routerSubmitted 10 months agoI'm having difficulty incorporating a form into my project using React Router DOM. I'm specifically looking to use it instead of React Hook Form.
Social links profile with ReactJs & Tailwindcss
Submitted about 1 year agoI'll be happy to hear any feedback and advice !
Latest comments
- @bobbe86Submitted over 2 years ago@hozayvesPosted over 2 years ago
Hello brother, It's awesome for completing this challenge
I've suggestions on how your HTML structured
- footer came at end not inside the <main></main>
make sure you follow these best practices
<head></head> <body> <header></header> <main></main <footer></footer> </body> </html> Keep up
0