Skip to content

Conversation

@Sky-A-Fox
Copy link

file README LINK.md - with the link
Just in case, I'll duplicate the link here
https://69673818c8ef27f4a13f91f1--celebrated-tapioca-1791f9.netlify.app/

@crevulus crevulus self-assigned this Jan 18, 2026
Copy link

@crevulus crevulus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a great app! Simple and elegant styling; well done.

I've left some comments for you to review. You might also want to check that you are exporting the SVGs correctly. They are not rendering in your deployed site.

Screenshot 2026-01-18 at 18 36 25

@@ -0,0 +1,2 @@
export const normalizeCategory = (value: string): string =>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up files you no longer need. Unused files (otherwise known as "deadwood") can slow down your application if not dealt with.

);

// Показываем состояние загрузки === Show loading state
if (loading) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice structuring!

@@ -0,0 +1,29 @@
/* src/pages/HomePage.css */
.home-page {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have some home page styles in here and some in index.css, when you have some component styles in index.css and some coupled with the component in /components. Keep your styling files consistent so employers can see you're keeping directory orderliness in mind.

const [loading, setLoading] = useState(true);
const [error, setError] = useState<string | null>(null);

useEffect(() => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use your new hook!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants