A Chrome extension that allows you to take notes on any webpage. It provides a simple interface to jot down thoughts, ideas, or important information while browsing the web.
Make sure you have Node.js (version 18+ or 20+) installed on your machine.
To create a production build:
npm run buildThis will generate the build files in the build directory.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" using the toggle switch in the top right corner.
- Click "Load unpacked" and select the
builddirectory.
Your React app should now be loaded as a Chrome extension!