pexeixv/weight-class-finder
Add URL query parameters for form inputs (shareable links)
オープン
#5 opened on 2025/10/21
enhancementhacktoberfest
Repository metrics
- Stars
- (0 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
- 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.