Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

My first ReactJS application using TailwindCSS

Anastasia 80

@anastasssia88

Desktop design screenshot for the Todo app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey! This is my first React JS app I made a while ago. I'd be glad to know what you think. Feel free to share any feedback/recommendations. Thanks!

Community feedback

@steventoben

Posted

I'm really confused by your css code. Are you using both tailwind and bootstrap? You have over 200,000 lines of css in your app. You should really look into that because that's an insane overhead especially for a project that needs maybe 100 lines of css. Also why did you use UUIDs? I don't see any logic in using them here, just starting at an id of 0 and iterating up would be much faster and make more sense. You can access any object in the array if it's id matches the index and that makes sense to do in this app.

0

Anastasia 80

@anastasssia88

Posted

@steventoben Hi! Thank you for your feedback. I didn't use Bootstrap, only Tailwind and a bit of custom CSS as you can see in my GitHub. So there no way I could write 200,000 lines. Apparently, I did something wrong with Tailwind. Will fix that. Thank you once again.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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