From 0797b678af09d87997a7cc4a36b210195cb8aa2e Mon Sep 17 00:00:00 2001 From: Jonas Wouters Date: Tue, 4 Oct 2022 15:52:50 +0200 Subject: [PATCH] added project --- Projects/2-Intermediate/tinder-copy.md | 24 ++++++++++++++++++++++++ README.md | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 Projects/2-Intermediate/tinder-copy.md 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 f6557617..8af63dfb 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ required to complete them. | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | -| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | +| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | | [Card Memory Game](./Projects/2-Intermediate/Card-Memory-Game.md) | Memorize and match hidden images | 2-Intermediate | | [Charity Finder App](./Projects/2-Intermediate/Charity-Finder-App.md) | Find a Global Charity to donate to | 2-Intermediate | | [Chrome Theme Extension](./Projects/2-Intermediate/Chrome-Theme-Extension.md) | Build your own chrome theme extention. | 2-Intermediate | -| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | +| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | | [Drawing App](./Projects/2-Intermediate/Drawing-App.md) | Create digital artwork on the web | 2-Intermediate | | [Emoji Translator App](./Projects/2-Intermediate/Emoji-Translator-App.md) | Translate sentences into Emoji | 2-Intermediate | | [Flashcards App](./Projects/2-Intermediate/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate | @@ -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