# This or That Game **Tier:** 2-Intermediate A game in which the user can select their favorite image between two choices. **Note**: `image`s - might be dogs (as in the example below), cats, cars, houses, pretty much anything. ## User Stories - [ ] User can see two images - [ ] User can select it's favorite from the two images - [ ] After a selection is made, other 2 images are displayed ## Bonus features - [ ] Add a smooth animation when switching between images - [ ] Save the votes in a database - [ ] Add a leaderboard in which the user can see the top 10 voted images ## Useful links and resources - [Public APIs](https://github.com/public-apis/public-apis) - access to a lot of Public APIs ## Example projects - [This or That (w/ dogs) by Florin Pop on Codepen](https://codepen.io/FlorinPop17/full/rNBRYKZ)