Hacker-news with search: https://predragdavidovic.github.io/hacker-news/
I replicated https://hn.algolia.com/ and used their API.
- Display different types of lists
- Search of item
- Searched words are highlighted
- Change number of presented comments in Settings
- Custom pagination
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. |
