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

Answer: 5 #1103

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

Conversation

Peace-Apple
Copy link

What does this PR do?

This PR works on a small CRUD application, which gets a list of TODOS, updates, and deletes todos from the list.

What I have changed:

  • Added a todo interface to handle typing better
  • Add todo service to handle HTTP requests
  • Use signal for the todo list
  • Added a delete button and functionality
  • Handled errors globally
  • Added global loader

- add todo interface
- add todo service
- use signal for todo list
- add delete button
- handle errors globally
- add global loader
@github-actions github-actions bot added 5 exercice crud application answer answer labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 exercice crud application answer answer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant