Skip to content

sumeyyadede/hacker-news-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacker-news-clone

This is my first project with React and I made a Hacker News Clone. There are some bugs so I'll try to fix them as soon as possible.

Prerequisites

You should install npm package manager.
You don’t need to install or configure tools like Webpack or Babel. They are preconfigured and hidden so that you can focus on the code.

Running Locally

git clone git@github.com:sumeyyadede/hacker-news-clone.git
cd hacker-news-clone
npm install
npm start

API Reference

I used the APIs from https://github.com/HackerNews/API