modous / Todo-challenge

I developed a Todo app using the Next.js framework, implementing complete CRUD (Create, Read, Update, Delete) functionalities. The app allows users to efficiently manage tasks with features such as adding new todos, viewing all tasks, editing existing entries, and deleting tasks as needed.
https://todo-challenge-3zbljnqaj-modous-projects.vercel.app/
MIT License
0 stars 0 forks source link

Feature/9 create button component #23

Closed modous closed 8 months ago

modous commented 8 months ago

https://github.com/users/modous/projects/6/views/1?pane=issue&itemId=52761970

jaerpollux commented 8 months ago

I just tried to use the button component and see the implementation is still very different from the design (check screenshot below).

Please try to follow the design exactly and make sure all different states, variants, sizes look like the design. The button should grow/shrink according to the children you pass. Let's discuss next steps on monday.

CleanShot 2024-02-23 at 18 01 35

image