A simple-UI NextJS application that focuses on showcasing latest hacker related news from the HN API. Enaled with dynamic search bar and individual articles display with comment section.
- Clone the repo
git clone https://github.com/Jayraj-R/hacker-news.git
- Install all the dependent packages
yarn install
- Run on local server
yarn dev