Repository: https://github.com/RadoslawMikus/memeReact
Live project: https://radoslawmikus.github.io/memeReact/
The goal is to prepare the app with IT memes using React.
I failed math so many times at school, I can’t even count
- Prepare navbar with all links,
- Clicking on app's name redirects to /regular,
- Add route /regular with regular memes,
- Add route /hot with popular memes,
- Add route /favorite with favorite memes,
- Add route /add, where new meme can be added,
- Style navbar with CSS
My father has schizophrenia, but he’s good people
- /regular - memes with (upvotes - downvotes) < 5,
- /hot - memes with (upvotes - downvotes) >=5,
- /favorite with (favorite === true),
- /add where a new meme can be added
Never trust atoms, they make up everything
- Code: Upvote handler,
- Code: Downvote handler,
- Code: Add to favorites handler,
- Code: Add new meme handler,
- Prepare "Add New Meme" form
I threw a boomerang a couple years ago. Now, I live in constant fear
- Prepare an array with memes,
- Code: Meme (component),
- Code: Sections (compontent),
- Add comments to App.js,
- Prepare a very complicated... website template,
- Style all routes with SCSS,
- Make it responsive