Select an item/Select again
Open
Nobody has claimed this yet.
00-MVP
Select Item
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[Timebox: 2-3 hours, difficulty points: 2]
As a developer, I need to create a method to select a random item from the list container.
**User Expected Outcomes:**
- A random item is chosen from the list container
**Developer Dependencies**
- list container
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the list container and the existing selection entry point in the JavaScript code. Confirm how items are represented and how selection is currently triggered. The work is done when a method chooses one random item from the list container.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100