This is a NextJS app which acts as a Hacker News Search Engine where users can search for any hacker related news and results will populate and user can view his/her desired news post by clicking post link. Used a public api for this project.
Steps for Running the project -
- Clone the project in your local.
- Go to the root directory by using cd command in your terminal.
- Then install the required packages by running "npm i" on terminal.
- Then type "npm run dev" and open the link provided in the terminal (mostly the app will be running on http://localhost:3000/.