Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 992 Bytes

SmolReddit: Reddit Clone

Landing page of smolReddit on large 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