louishuyng / hacker-news-reader-ui

Hacker News Reader UI 🥷

Home Page:https://hack-news-250221.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News ReadUI

This project build to help other programers can easily read hacker news page with nicer UI / UX

image

Technical Main Stacks (This web app using SSR)

  • Typescript
  • React JS
  • Express Framework
  • Cheerio
  • Antd Design Components
  • Heroku For Deployment

Run Locally

First You need to install dependencies

  • Using yarn
yarn
  • Using npm
npm install

Second just run on dev env following syntax belows

  • Using yarn
yarn dev
  • Using npm
npm run dev

Build

  • Using yarn
yarn build
  • Using npm
npm run build

Future Plans

  • User can bookmark the favorite articles
  • User can read the comments
  • User can know what articles be read before
  • User can sync up with some favorite tools: Notion, Evernote, etc, ...

Conclusion

I am still in development stage so it will have some UI bugs also the performance may need to improve a lot in the near future

About

Hacker News Reader UI 🥷

https://hack-news-250221.herokuapp.com/


Languages

Language:TypeScript 91.7%Language:JavaScript 6.1%Language:CSS 1.4%Language:HTML 0.8%