Nordic goose

September 6, 2022 ยท View on GitHub

Nordic goose preview

Nordic goose

Nordic goose is a new tab extension (aka startpage) with nord colors and a dancing goose.

Features:

  • ๐Ÿฆ† Look at a dancing goose
  • ๐ŸŽจ Beautiful new tab page
  • ๐Ÿ“‚ Navigate through your bookmarks
  • โŒจ๏ธ With full keyboard support
  • ๐Ÿ‘€ Filter your bookmarks

Note: This startpage is accompanied by an firefox theme.

Development setup

JS library: solid-js
CSS framework: vanilla-extract

Provided scripts:

// Start local development
npm run start

// Lint the code
npm run lint:fix

// Transpile to javascript
npm run build

// Validate the extension
npm run ext:lint

// Build the extension
npm run ext:build