From 284c226bb22ca943085fa3daae3e91a0bca48e83 Mon Sep 17 00:00:00 2001 From: Vincent Hong Date: Fri, 2 Oct 2020 14:40:49 +0800 Subject: [PATCH] Added meme review project to advanced --- Projects/3-Advanced/Meme-Reviwer-App.md | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Projects/3-Advanced/Meme-Reviwer-App.md diff --git a/Projects/3-Advanced/Meme-Reviwer-App.md b/Projects/3-Advanced/Meme-Reviwer-App.md new file mode 100644 index 00000000..a6be0314 --- /dev/null +++ b/Projects/3-Advanced/Meme-Reviwer-App.md @@ -0,0 +1,32 @@ +# Meme Reviewer App + +**Tier:** 3-Advanced + +Have you ever thought of maaking a full-stack application, but have no plans of making a regular todo-list app? Well, you came to the wrong pla... I mean... the right place? + +A meme reviewer app is very simple... an app that lets you rate *clap* memes *clap*, view memes, and post memes. You can use whatever stack you like. + +## User Stories + +- [ ] You should have a backend that is connected to a database + +- [ ] You, preferably, should use a frontend framework or library(e.g. React, Vue, Angular) + +- [ ] User should be able to view memes at a certain route(e.g. `/view-memes`) + +- [ ] User should be able to post memes at a certain route(e.g. `/post-memes`) + +- [ ] User should be able to rate memes at a certain route(e.g. `/rate-memes`) + +## Bonus features + +- [ ] User be able to *delete* memes + +## Useful links and resources + +- [FreeCodeCamp MERN Tutorial](https://youtu.be/7CqJlxBYj-M) +- [Traversy Media Prepare and Deploy MERN](https://youtu.be/71wSzpLyW9k) + +## Example project + +- [Vincent Hong (vinlegend1)'s Repo](https://github.com/vinlegend1/meme-reviewer-app) \ No newline at end of file