项目作者: kx-chen

项目描述 :
Backpack Reader - Read Reddit without an internet connection.
高级语言: JavaScript
项目地址: git://github.com/kx-chen/Backpack.git
创建时间: 2020-01-11T19:25:44Z
项目社区:https://github.com/kx-chen/Backpack

开源协议:GNU Affero General Public License v3.0

下载


Backpack Reader

Build Status

Backpack Reader is a desktop app for downloading and reading Reddit while offline.

Dashboard view

Sidebar shrunk

Search for subreddit

Post detail

Install

First, clone the repo via git.
And then install the dependencies with yarn.

  1. $ cd Backpack
  2. $ yarn

Starting Development

Start the app in the dev environment.

  1. $ yarn dev

Packaging for Production

To package apps for the local platform:

  1. $ yarn package

Running Tests

This project uses Jest as the test runner.

$ yarn test

End to End Tests

Coming soon.

Code Structure/Tech Stack

app/

Main JavaScript code for Backpack Reader. Components are built with React.

Tech Stack:

  • React
  • Redux
  • Jest

Contributions

All contributions, pull requests, and feedback welcome! Roasts of all kinds welcome

Future Plans

  • End to End tests.

Authors and Acknowledgement

See also the list of contributors who participated in this project.