Skip to content

predragdavidovic/hacker-news

 
 

Repository files navigation

hacker-news in React

Hacker-news with search: https://predragdavidovic.github.io/hacker-news/

I replicated and used API of https://hn.algolia.com/.

hacker-news

Features

  • Display different types of lists
  • Search of item
  • Searched words are highlighted
  • Change number of presented comments in Settings
  • Custom pagination

Development and Build Process

To start the development server, run npm i && npm start and have at the src/. Files are served from /build.

Command Description
npm start or yarn start Starts development server with hot reloading.
npm run build or yarn build Runs development build. Outputs files to /build.

License

MIT