added This or That Game

this-that
Florin Pop 5 years ago
parent 15765ecf75
commit 227521f161

@ -0,0 +1,27 @@
# 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)

@ -97,6 +97,7 @@ required to complete them.
| [Simple Online Store](./Projects/Simple-Online-Store.md) | Simple Online Store | 2-Intermediate |
| [Sports Bracket Generator](./Projects/Sports-Bracket-Generator.md) | Generate a sports bracket diagram | 2-Intermediate |
| [String Art](./Projects/String-Art.md) | An animation of moving, colored strings | 2-Intermediate |
| [This or That Game](./Projects/This-or-That-Game.md) | This or That Game | 2-Intermediate |
| [Timezone Slackbot](./Projects/Timezone-Slackbot.md) | Display Team Timezones | 2-Intermediate |
| [To-Do App](./Projects/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate |
| [Typing Practice](./Projects/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |

Loading…
Cancel
Save