Chrome extension to help people to understanding their skills and interests better. You can find more information on the Devpost page.
We made a short video about the project.
- Type
chrome://extensions/
into the address bar of Chrome. - On the right hand side of the upcoming screen, toggle the switch to developer mode.
- Click on the Load unpacked button.
- Select the
build
folder of this project. - The project should now be visible like this (with and additional
ID
in developer mode):
- Change code
- Run
yarn build
(ornpm run build
) - Inside
chrome://extensions/
in Chrome, hit the round arrow to update the code. - To debug, right click on the extension icon in the upper bar of Chrome and select Inspect to debug this special window and e.g. see its
console.log
messages.
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.