Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PrettyCoffee/nordic-goose
New tab browser extension (aka startpage) with nord colors and a dancing goose.
https://github.com/PrettyCoffee/nordic-goose
Last synced: 3 months ago
JSON representation
New tab browser extension (aka startpage) with nord colors and a dancing goose.
- Host: GitHub
- URL: https://github.com/PrettyCoffee/nordic-goose
- Owner: PrettyCoffee
- License: mit
- Created: 2022-09-01T22:14:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T22:16:04.000Z (over 1 year ago)
- Last Synced: 2024-07-23T21:07:13.367Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.6 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-startpage - Nordic Goose - Nordic goose is a new tab extension (aka startpage) with nord colors and a dancing goose. (Projects / Hosted)
README
# [Nordic goose](https://addons.mozilla.org/en-US/firefox/addon/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](https://addons.mozilla.org/en-US/firefox/addon/nord-goose/).
## Development setup
JS library: [solid-js](https://www.solidjs.com/)
CSS framework: [vanilla-extract](https://vanilla-extract.style/)
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
```