3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript0 forks (0 forks)auto 404
good first issuehacktoberfest
Repository metrics
- Stars
- 0 stars (0 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Add a Reset button next to the submit button.
- Clicking reset should:
- Clear all form inputs
- Remove the displayed weight class result
- Optionally, reset URL query parameters if implemented
- Style the button consistently with the dark-mode red/black theme.
Contributor guide
- Research direction
- Explore the current form implementation: check how form values are stored (e.g., state or DOM). Identify the component displaying the result and how to reset it. Look at existing button styles for consistent dark mode theme. If URL query parameters are used, investigate how to update them without page reload (e.g., using history API).
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Git