Backpack Reader is a desktop app for downloading and reading Reddit while offline.
First, clone the repo via git. And then install the dependencies with yarn.
$ cd Backpack
$ yarn
Start the app in the dev
environment.
$ yarn dev
To package apps for the local platform:
$ yarn package
This project uses Jest as the test runner.
$ yarn test
Coming soon.
app/
Main JavaScript code for Backpack Reader. Components are built with React.
Tech Stack:
- React
- Redux
- Jest
All contributions, pull requests, and feedback welcome! Roasts of all kinds welcome
- End to End tests.
- Sidhya Tikku - Design work
- Kai Chen - Programming work
See also the list of contributors who participated in this project.