Skip to content

[IMP] awesome_owl : Adding Counter + Adding Card + Adding TodoList #797

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

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

Conversation

coco2299
Copy link

I added a Counter Component with a button that I made reusable as a Subcomponent.

I added a Card component that can display content and add a show/hide option.

I added a TodoList with TodoItem.
I can create new todoItem using an input that detect Enter key. The todoItem can be marked as completed.
It can also be remove.

I implement some Props validation for each props for each component.

I added a sum system for the Counter.

I added a Counter Component with a button that I made reusable as a Subcomponent.

I added a Card component that can display content and add a show/hide option.

I added a TodoList with TodoItem.
I can create new todoItem using an input that detect Enter key.
The todoItem can be marked as completed.
It can also be remove.

I implement some Props validation for each props for each component.

I added a sum system for the Counter.
@robodoo
Copy link

robodoo commented May 26, 2025

Pull request status dashboard

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