pexeixv/weight-class-finder

Add URL query parameters for form inputs (shareable links)

Ouverte

#5 ouverte le 21 oct. 2025

 (0 commentaire) (0 réaction) (1 personne assignée)TypeScript (0 fork)auto 404
enhancementhacktoberfest

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

  • 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.

Guide contributeur