pexeixv/weight-class-finder
Add URL query parameters for form inputs (shareable links)
开放
#5 创建于 2025年10月21日
enhancementhacktoberfest
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
- 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.