Skip to content
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

react1-week3/eva #309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

react1-week3/eva #309

wants to merge 1 commit into from

Conversation

yagmureva
Copy link

Thanks for review.

@github-actions github-actions bot changed the title react1-week1-homework react1-week3/eva Jan 24, 2024
@yagmureva yagmureva changed the title react1-week3/eva react1-week3-homework Jan 24, 2024
@yagmureva yagmureva changed the title react1-week3-homework react1-week3/eva Jan 24, 2024
Copy link

@babak-f babak-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job 👍


setList((previousState) => [...previousState, newTask]);
setNewTodo('');
setNewDeadline('');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend getting into the habit of formatting your code before committing, so the code looks neater.
You can even set VS code to to this automatically every time you save or after every few seconds.
See https://code.visualstudio.com/docs/editor/codebasics#_formatting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants