Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 635 Bytes

HackerNews clone with vanilla JS & GraphQL

This repo is a clone of HackerNews. This project has zero depedencies, no frameworks and no external libraries. Everything was written using vanilla JS(GraphQL Parser inclusive), conventional HTML and CSS.

This project is for demo purposes and only the most basic hackernews features have been implemented. :)

This repo also shows a practical use-case for Javascript Closures.

Usage

Clone repo, use live server(or any variant or similar software) to run. If not available, open the index.html file in your browser of choice.

Preview: https://alhajiash.github.io/hacker-news-clone/