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

🚀 Solution by @joseoliva762 #71

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

joseoliva762
Copy link

@joseoliva762 joseoliva762 commented Jul 24, 2024

Functionalities

  • Hide main and footer sections when there are no tasks.
  • Create a new task using the main input with additional functionality.
  • Interactions for a task, including completed/not completed, edit and delete.
  • Edit mode for editing existing tasks.
  • Counter in the footer to show the number of pending tasks.
  • Button to delete all completed tasks.
  • Task persistence using LocalStorage.
  • Filters and routes to show tasks according to their status in the URL.

The idea is to make the implementation as transparent as possible, using some design patterns.
Here you can find direct link to the environment (deployed in vercel): lab-mydayapp-j

Note: All the tests pass with no newness.

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.

1 participant