Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Add site tags / category #41

@awang-karisma

Description

@awang-karisma

Categorize website so it's easier to find, like Gaming, Developer Tools, Social Media, Entertainment, etc

I guess it'll need a lot of work since the list of websites are spread into multiple variables.

export const devStarterPack = [

export const idnStarterPack = [

I suggest combining all websites then add "categories" array in it

export const websites = [
  { website: 'line.me', icon: siLine, categories: ['social', 'idnStarterPack'] },
  { website: 'github.com', icon: siGithub, categories: ['develop','devStarterPack','productivity']},
  { website: 'paypal.com', icon: siPaypal, categories: ['finance','remoteWork'] },
  { website: 'upwork.com', icon: siUpwork, categories: ['remoteWork','productivity'] },
]

If implemented, this can also close PR #25

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions