6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript125 forks (125 forks)auto 404
cifrontendgood first issuehacktoberfesttests
Repository metrics
- Stars
- 95 stars (95 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- when the page gets loaded, the difference between the start date and the end date should be one minute
- when "from" date changes, the "to" date should change accordingly
- when the number field changes, the "to" date should change as well
Contributor guide
- Research direction
- Review the existing date picker component and its state management to understand how 'from' and 'to' dates are connected. Then write automated tests to verify the described behaviors: initial date difference of one minute, update of 'to' date when 'from' changes, and update of 'to' date when number field changes.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Test
- Prerequisites
- Git