coryhouse / coryhouse/react-restaurant-scriptpro
Build Select shared component
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Goal
Build a reusable `Select` component matching the `Input` API and styling.
## Acceptance criteria
- [ ] `Select` accepts label, value, onChange, options, error, touched
- [ ] Options typed via generics or a small `Option` type
- [ ] Matches `Input` visually
- [ ] Used in at least one form
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing Input component and a form in the repository, then inspect the Input API and styling. Build the reusable Select with the listed props and typed options, match the Input appearance, and confirm it is used in at least one form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100