Skip to content

A React and TypeScript application that enhances the Hacker News experience, allowing users to search for and explore the latest stories.

Notifications You must be signed in to change notification settings

hharpreetk/react-ts-hacker-news-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Hacker News

Frame

Description

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

HN Search API

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.

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/hharpreetk/react-ts-hacker-news-feed.git
  2. Change into the project directory:

    cd react-ts-hacker-news-feed
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start

    Visit http://localhost:3000 in your browser to see the app.

Features

  • 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.

Technologies Used

  • React
  • TypeScript
  • Tanstack Query
  • Mantine UI

License

This project is licensed under the MIT License.

About

A React and TypeScript application that enhances the Hacker News experience, allowing users to search for and explore the latest stories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published