parent
b47cf8261f
commit
0797b678af
@ -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)
|
Loading…
Reference in new issue