Code Monkey home page Code Monkey logo

instahn's Introduction

CircleCI

InstaHN

HackerNews reader on steroids

What is InstaHN

InstaHN is an offline-first HackerNews reader for the impatient hacker

Getting Started

First time run

If you wish to build and run this project, all you need to do is clone this repository, then run

npm install

inside the cloned project directory. This will install the project's dependencies, build the app and serve through a static file server.

After that, point your browser at http://127.0.0.1:3000 and enjoy

Subsequent runs

You can have the serve the project by running

npm run build && npm run serve

This will build & serve the project

Development server

If you want to contribute to the project, you can run the development server by running

npm run dev

Then point your favorite browser to http://127.0.0.1:4500

Alternatively

You can run our Docker container via

docker run --rm -it -p 3000:3000 falexandrou/instahn:latest

and then visit http://127.0.0.1:3000

Tests

You can run the test suite by hitting npm run test or npm run test-watch if you want to see how your changes impact your tests

App Outline

  • The app is a Single Page Application served through a static file
  • In order to dramatically improve performance, all actions are delegated to a Web Worker.
  • The app is supports offline usage.
  • It uses Bulma as a UI framework & a custom offcanvas implementation
  • All results are cached into CacheStorage

Credits

Known Issues

Contributions

Contributions are welcome but please make sure you've read our Contributing Guide PS. Tests are mandatory

Issues

In the unlikely event of sudden loss of cabin pressure or a bug, report an issue on our Issue tracker

License

The Project is available under the MIT License

instahn's People

Contributors

falexandrou avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.