Project Details
Write an app that randomly picks an option for a list of choices. Users should be able to add and delete items from the list.
Bonus: Save the list between sessions.
Considerations
- Can users edit items in the list, or only add and delete them?
- How will you choose a random item from the list?
Need help?
This project is part of the Web Apps pocket guide and video course.