- It is a clone of hacker news website integrated with API
- It is built on the top of ReactJS, NextJS and TailwindCSS(CSS library).
Here, it is GIF showing how the app works.
- Run
git clone
- Do
npm install
- Run
npm run dev
and open in "http://localhost:3000" - For production deployment, run
npm run build