Hacker News is a social news website focusing on computer science and entrepreneurship. This clone has the following web pages:
Created using React.js, Tailwind CSS, Algolia API.
Deployed website: https://hacker-news-clone007.netlify.app/
Run following commands in the terminal
npm install
Downloads all of the dependencies
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.