Skip to content

Add localStorage support for saving research papers #589

@supriya-mukkamalla

Description

@supriya-mukkamalla

Currently, when users add a research paper entry, the data is lost after a page refresh since everything is stored in memory only.
This issue aims to implement localStorage support so that all added papers remain saved in the browser, even after reload.

Expected Behavior

When a user adds a new research paper (title, author, description, category, etc.), it should be stored in localStorage.

On page load, the app should fetch all saved papers from localStorage and display them as cards.

Option to clear all saved entries (button: “Reset Library”).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions