This project leverages React and TypeScript to create an application designed to elevate the browsing experience for those who wish to stay informed about the latest Hacker News stories.
🚀 Try it out on CodeSandbox: Search Hacker News on CodeSandbox
🌐 Live on Netlify: Search Hacker News on Netlify
This project utilizes the HN Search API, which is built on top of Algolia Search's API. The HN Search API enables developers to access Hacker News data programmatically using a REST API. The documentation describes how to request data from the API and how to interpret the response.
API Documentation: HN Search API Documentation
No API key is required for using the HN Search API.
-
Clone the repository:
git clone https://github.com/hharpreetk/react-ts-hacker-news-feed.git
-
Change into the project directory:
cd react-ts-hacker-news-feed
-
Install dependencies:
npm install
-
Start the development server:
npm start
Visit
http://localhost:3000
in your browser to see the app.
- Search for Hacker News stories based on various criteria.
- View detailed information about a specific story.
- Customize settings for a better user experience.
- Responsive design for a seamless experience on different devices.
- React
- TypeScript
- Tanstack Query
- Mantine UI
This project is licensed under the MIT License.