Space2Study-UA-1156 / Client-01

MIT License
1 stars 0 forks source link

(SP: 2) [Home page] Implement popular categories block #231

Open vlad-khrychov opened 5 months ago

vlad-khrychov commented 5 months ago

UserStory: #54 Blocked by #183

Description

You have StudentHome component Implement Popular categories block so users can see title, a description, a list of 8 (less if there is not enough) popular categories and a Go to categories button. If user clicks on the button, they should be redirected to Categories page

Should to use useTranslation for texts and useNavigate to navigate path categories of authRoutes for button and cards

Can use our custom useAxios for fetch data. Should to use categoryService and use react hooks for memoization Create component for current card and use service_icon fro card

image

As additional you can handle loading for requests

Design

Image

Acceptance Criteria