Write jQuery parser for the entries on arxiv (title, authors, abstract, journal, submission date) for any given paper, e.g. https://arxiv.org/abs/2403.13859
Write a To-do application in html using jQuery. The application should have a few buttons like "Add", "Remove", "Mark as done". Use jQuery to manipulate html.
Hints:
* you might want to use "each" function in jQuery to go over a list of elements (https://api.jquery.com/each/)