Skip to content

hi-matthew/hacker-news-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Clone

Hacker News Clone

Using React and Hacker News' API, I decided to create my own Hacker News Clone.

Everything here is client-side JS, so brief load times should be expected when requesting posts from HN's server. However, session storage is utilized to create a more seamless experience after the initial load of each core page (links in the top nav).

To refresh all post data you can either refresh the screen or click the "Refresh Posts" button at the top of each page.

Install

Clone this repository:

git clone https://github.com/matthewoctober/hacker-news-clone.git

Change into the appropriate directory:

cd hacker-news-clone

Install all project dependencies:

npm install

Run the development server:

npm run start