YuriPadilla / capstone-project-havana-bikes

https://capstone-project-havana-bikes-black.vercel.app
0 stars 0 forks source link

Userstory 11 - Create a unique component to replace for all those component which repeats #22

Open YuriPadilla opened 1 year ago

YuriPadilla commented 1 year ago

Value Proposition

As a developer, I want to have a unique piece of code (in form of a component or styled component), so that I can use it everywhere when I need it.

Description

In the code all over the pages and components, there is a lot of parts of the code which are the same, and it repeats again and again, like buttons, next/links, sections, headings h3, etc... The Object of this Userstory is to find those unnecessary repetitions of code and a create a respectively component (or styled component) to use it there instead where is need it.

Acceptance Criteria

Tasks

Complexity

M