-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Martin & Sofies Eggcellent Todo #14
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Sofie Ferrari Strahl <SofieFerrari@users.noreply.github.com>
Co-authored-by: Sofie Ferrari Strahl <SofieFerrari@users.noreply.github.com>
Co-authored-by: Sofie Ferrari Strahl <SofieFerrari@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Martin and Sofie, well done this week with the Todo App! It's a simple but perfectly working app, build meeting the requirements and following the good practices. Give another check to accessibility, should score at least 95 👍 Good use of updating global state with React Context, you also have your code tidy, I would only recommend to keep an eye on items alignment in the UI (icons perfectly aligned to text), also could be best to leave the column to the right visible even if no tasks are listed, simply have an empty state component displaying like "No tasks added". In this way the UI component will be rendered at loading and not added to the DOM when adding the task, makes the UI move a bit too much. Anyway, you nailed it. Keep up the good work ⭐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you using all the assets? Better delete the ones unused 🧹
Netlify link
https://eggcellent-todo.netlify.app/
Collaborators
[SofieFerrari]