Skip to content

skjaini/hn-browse

Repository files navigation

Hacker News Browser

Hacker News Browse is a simple web application that allows users to view top Hacker News articles as screenshots. This project provides an efficient way to browse popular articles without needing to open individual links, streamlining the reading experience.

Features

  • View top Hacker News articles as screenshots.
  • Easy-to-navigate web interface.
  • Lightweight and fast browsing experience.
  • Screenshots fetched dynamically from top articles, ensuring the latest content.

Getting Started

To get started with the project, follow these steps:

Prerequisites

Before you can run this web app locally, make sure you have the following installed:

  • Node.js (v14 or later)
  • npm (v6 or later)

Installation

  1. Clone the repository:
    git clone https://github.com/skjaini/hn-browse.git
    
    
  2. Navigate into the project directory:
    cd hn-browse
    
    
  3. Install dependencies:
    npm install
    
    

Running the Application

  1. Once the dependencies are installed, you can start the development server:
    npm start
    
    

Building for Production

  1. To build the app for production:
    npm run build
    
    

This will create a build folder with the optimized production version of the app.

Future Improvements

  • Add functionality to search or filter articles by keyword.
  • Support for viewing article details beyond the screenshot.
  • Mobile-responsive design.

Contributing

Contributions are welcome! If you'd like to report an issue or request a feature, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Browse Top Hacker News Articles -- FAAST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published