diff --git a/Projects/2-Intermediate/tinder-copy.md b/Projects/2-Intermediate/tinder-copy.md new file mode 100644 index 00000000..6fb7dc9b --- /dev/null +++ b/Projects/2-Intermediate/tinder-copy.md @@ -0,0 +1,24 @@ +# Tinder Copy + +**Tier:** 2-Intermediate + +The app almost everyone knows (tinder) +The objective is to make swipable images. +The images to the left get stored in a localstorage list. +The images to the right get stored in another localstorage list. + +## User Stories + +- [ ] User can see an `image` on the screen with below to buttons to view their stored images +- [ ] By swiping they can tell if they like the picture or if they don't... The picture get stored in the correct list + +## Bonus features + +- [ ] Swipe animation +- [ ] User can see a list with all the liked images +- [ ] User can see a list with all the disliked images +- [ ] User can see the date when evaluated the picture the last time + +## Useful links and resources + +- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) diff --git a/README.md b/README.md index 2d209743..d998fe46 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Tinder Copy](./Projects/2-Intermediate/tinder-copy.md) | Voting App | 2-Intermediate | ### Tier-3: Advanced Projects