resputin / lite-news

A hacker news rewrite to understand why React was built

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News Lite

https://hn.nielsendb.com

A lightweight client for hacker news because there is no good free app for my phone.

This project was mainly built to understand some of the fundamental reasons why React was built. Through this project I learned about the virtual DOM, DOM diffing, and component lifecycle methods. This was implemented in jQuery with a simple express wrapper. There are a lot of things looking back on this project that I would change but I am leaving it up as is for a good sense of where I was starting from.

Tech Stack

  • HTML
  • CSS
  • jQuery
  • HN Firebase API

About

A hacker news rewrite to understand why React was built


Languages

Language:JavaScript 63.3%Language:HTML 20.8%Language:CSS 15.9%