Skip to content

RadoslawMikus/memeReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memeReact

The goal is to prepare the app with IT memes using React.

😉   Navigation

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

😂   Routes to memes

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

😁   Inside routes

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

😅   Other

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