Design comparison
Solution retrospective
I'm proud that I have successfully completed this project, and I'm proud of how it was done.
What challenges did you encounter, and how did you overcome them?I got stuck sometimes, but I referred to documentation, searched the internet, and built this project. I'm looking forward to getting some valuable feedback to boost learning and start working on my next project.
Community feedback
- @dylan-dot-cPosted 8 months ago
For some reason I can't access the live link, chrome says in insecure but however I looked at the code.
You don't have to use manual colors you can add ur own custom colors in the tailwind.config.js file in the theme extend colors section look up that in the docs.
For the state when the form is submitted you can have an If statement before the main return so you won't have messy jsx.
if(thankyou) { return <ThankYouComponent /> } //main component return ()
And you can have a component for that as well.
You can use rounded-full instead of 50% as well.
Marked as helpful1@nikhil-131Posted 8 months agoThank you, @dylan-dot-c. I'll keep these points in mind and try to implement them in future projects.
It's showing as insecure because I created three clone projects of popular websites and uploaded them to my GitHub account. And then Google flagged it. Do you know how to fix this?
0@dylan-dot-cPosted 8 months ago@nikhil-131 No i don't think so... if thata th case you can use a different hosting solution like netlify or vercel
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord