Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.44 KB

File metadata and controls

31 lines (21 loc) · 1.44 KB

HackerNews

HackerNews is a social media site similar to Reddit and Y Combinator's HackerNews. Users can enjoy all the functionality expected of social media these days such as creating and viewing other users' posts from a convenient website interface.

Sub Projects

HackerNews is more than just a website; it is a full-stack app that really consists of many subprojects, including

Key Features

  • secure register and login functionality
  • persistence to a database
  • ability for users to create, view, update, and delete boards, posts, and comments
  • ability for users to upvote, downvote, and save other users' content
  • clean and modular solution architecture
  • unit and integration tests to ensure functional correctness

Website Video Demo

A video demo of the website

Desktop App Video Demo

A video demo of the desktop app