Submitted almost 3 years ago
Todo App with React, TypeScript, and Styled Components
@JorgeAMendoza
Design comparison
SolutionDesign
Solution retrospective
Hello! This is my 2nd attempt at this challenge, this time with my newly found knowledge of React, TypeScript, and continuing to develop my styled components skills.
I would like feedback on my use of TypeScript and React and better ways to handle aspects of my code, one thing I think would have been better is to use UseContext to pass down my setTodo functions and state down instead of having to directly to pass it down through each component with props.
Thank You and Happy coding!
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report:
<section>
and<article>
usually need a heading; so if you don't need a heading in it, use some other element such as<div>
<button>
should have anaria-label
... Click here to read more<input>
must have corresponding<label>
Great job Jorge! :)
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