Skip to content

Asifm95/hacker-news-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackernews-clone 🚀

a hackernews clone made with react + hooks.

Features

- View Top stories
- View new stories
- View job listings

Installation

$ unzip hacker-news-clone.zip
$ cd hacker-news-clone
$ npm install or yarn

Start & watch

$ yarn start

Open http://localhost:3000 to view it in the browser.

Simple build for production

$ yarn run build