A Application which uses hacker news api to fetch latest news of tech specified by user.
- Search articles from Hacker News.
- Get paginated results.
- Toggle dark mode.
React, React Router Dom
Clone the project
git clone https://github.com/DeRaowl/Hacker-News.git
Go to the project directory
cd Hacker-News
Install dependencies
npm install
Start the server
npm run start