avinash201199/MemeGenerator

Enhance Back Button: Navigate to Previous Page Instead of Home

Offen

#119 geöffnet am 17.10.2025

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (57 Forks)auto 404
hacktoberfesthacktoberfest-accepted

Repository-Metriken

Stars
 (24 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

📌Feature Improvement: Enhance Back Button UX

Currently, the Back button redirects users to the Home page. I would like to propose an improvement where clicking the Back button takes the user to the previous page using browser history (navigate(-1)), which provides a more natural and user-friendly navigation experience.

Why This Improvement?

  • Better UX when users come from pages like History or Dynamic.
  • Aligns with typical “Back” behavior in web apps.
  • Does not affect existing routes or features.

Contributor Guide