A chrome extension that display new information on every tab!
So far it only has the fixed german dataSet but the next goal is probably do some notion integration.
Think of this as the loading screens that appears before a game starts, only it is information you want to learn while you open your 10th mdn tab for the day.
The extension is unpublished, but you can see it as a page here:
Main - Refresh for new words Options - Configure options
""
Run
npm run dev
Then go to http://127.0.0.1:5173/src/modules/newTab/index.html to check a new tab or http://127.0.0.1:5173/src/modules/options/index.html to check options.
Build
npm run build
Then go to chrome extensions chrome://extensions/ and open on developer mode.
For more info check the tutorial.
This is a series of react apps that compile to a chrome extension through vite. It has Typescript, Jest and react testing library for testing