This is a HackerNews Clone made with Next.js
🚀 Reads offical API data 🚀
📌 Ver. 0.0.2 📌
📱 Full Mobile Support 📱
Clone the repo
git clone https://github.com/hendrikbgr/hackernews-clone && cd hackernews-clone
To install all needed requirements
npm install
Run the development server
npm run dev
Run the tests
npm run test