Simple app to select a random name from a list of names. You can choose to limit how recently a name was picked to avoid the same name being selected too often. The app uses LocalStorage to persist data for the list of names.
- From the home page, click the edit icon in the top right
- Add and manage the list of names
- Click save when finished editing
- Click the home icon in the top right to return
- Click the "Select A Name" button to start randomizing
- Support for handling identical names
- Warning before navigating away from edit page without saving
- Nicer looking UI