Skip to content

saurabhv749/codecademy-reddit-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmolReddit: Reddit Clone

Landing page of smolReddit on large screen

Landing page of smolReddit on small screen

Brief

This is a Reddit clone built as a part of the final project in the Codecademy Front-End Certification path. It is a single-page application built using React and React Router. The project aims to demonstrate the ability to build a complex web application using modern web technologies.

Technologies used

Features

  • Navigation bar with logo and menu button
  • Sidebar with list of communities
  • Posts displayed in a grid
  • Upvote and downvote buttons for each post
  • User can navigate to a post and see the comments
  • Post search functionality

Future work

  • Implement pagination for long lists of posts
  • Implement pagination for long lists of comments