Merge 284c226bb2
into 08b771c863
commit
1879d574f2
@ -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)
|
Loading…
Reference in new issue