pull/560/merge
Jonas Wouters 2 years ago committed by GitHub
commit 4666f77b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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 | | [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 | | [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 | | [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 ### Tier-3: Advanced Projects

Loading…
Cancel
Save