An app enables you to highlight important information directly on the website by clicking on a created bookmarklet. Also retrieve the previously highlighted information again when you reopen the web page by clicking another bookmarklet.
- Front-end: React
- Back-end: Flask
Run Front-end React App locally
npm start
Run Back-end Flask App locally
flask run