Skip to content

thk9/vue-hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js HackerNews clone

Live demo

Built with Vue.js and the official HackerNews API, with simple pagination, comments, comment folding, user profile, realtime updates & responsive layout.

Vue.js & Firebase are the only libraries used, the app itself totals ~140 SLOC JavaScript excluding comments.

Notes

  • I've intentionally avoided using build tools because the whole thing is pretty simple.

  • The HN API currently only provides the top 100 stories, hence there are only 4 pages available.

  • The HN API doesn't provide the recursive comments count for each story, so it's not displayed.

  • There's no login functionality, i.e. it's view-only mode.

About

HackerNews clone with Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.8%
  • JavaScript 29.4%
  • HTML 2.6%
  • CSS 0.2%