pexeixv/weight-class-finder

Add URL query parameters for form inputs (shareable links)

Open

#5 opened on Oct 21, 2025

 (0 comments) (0 reactions) (1 assignee)TypeScript (0 forks)auto 404
enhancementhacktoberfest

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide