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