pexeixv/weight-class-finder

Add URL query parameters for form inputs (shareable links)

Aperta

#5 aperta il 21 ott 2025

 (0 commenti) (0 reazioni) (1 assegnatario)TypeScript (0 fork)auto 404
enhancementhacktoberfest

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  • Update the app so that gender, units, and weight are reflected in the URL as query parameters.
  • Visiting a URL with these parameters should:
    • Auto-populate the form
    • Display the correct weight class
  • Enable users to share their results via URL.
  • Handle invalid or missing parameters gracefully.
  • Consider using React Router (already installed) or URLSearchParams for implementation.

Guida contributor