Created
March 7, 2026 20:17
-
-
Save allanjamesvestal/36e479b8437ef0d29c2dd5fcb16a485c to your computer and use it in GitHub Desktop.
Quote extractor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I’m building a browser-based web tool for internal use by journalists in a newsroom. This tool should have a text box where users can enter the text of an article, and it should then extract all the quotes from that article. | |
| Each quote should be displayed, one after the other, and the tool should let users write in the speaker for each one. | |
| The tool should only use HTML, CSS and basic JavaScript. (Do not use any external JavaScript or CSS dependencies.) It should be able to run without needing to send any data to the Internet. | |
| Ask me any additional questions you need to get started creating this code, then generate a draft HTML/JavaScript/CSS tool. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment