π morekudos.com
Kudos is a platform designed to streamline the process of onboarding new developers to the Polkadot ecosystem. We make it simple to browse, search and filter open GitHub contributions across the entire ecosystem, allowing aspiring contributors to find projects and tasks, which match their skill level and interests. In addition, we provide project maintainers the ability to tag open contributions with custom incentives, ranging from native tokens, NFTs, POAPs and many more. Lastly, we are working with ecosystem teams to actively curate sets of high quality, context-rich issues which aspiring contributors can begin working on immediately.
Read our full intro post on the Polkadot forum
Folder structure
portal/
βββ assets/ # images, fonts files, ...
βββ app/ # routing purpose only, specific components/layouts
βββ context/ # React context API providers/reducers
βββ components/ # base components
βββ data/ # data assets (JSON files) & constants
βββ constants.ts # app constants
βββ hooks/ # custom hooks
βββ lib/ # lib/API overtop & connectors (e.g. fetch, notions)
βββ public/ # static files/assets
βββ services/ # app API interfaces
βββ styles/ # global css, theming variables
βββ types/ # common types
βββ utils/ # utility js functions (e.g. formatters)