DEV Community

Discussion on: Who's looking for open source contributors? (March 18th edition)

Collapse
 
sleepyfran profile image
Fran González

I'm making an app to read from web pages (currently only Reddit, but more coming soon!) based on how many minutes you have. You can check it out here.

sleepyfran / readder

📖 Read your favorite text subreddits posts based on how much time you have

Readder 📖

Read your favorite text subreddits posts based on how much time you have.

This project is currently under development, but you can take a peek over here.

Also available as an iOS app.

Contributing

Every contribution is welcome! Just take a look at the issues to see what's on the making right now or open your own issue if you want any feature to be implemented.

Building

First you need to install all the dependencies:

npm i

After that you can either run it locally:

npm run serve

Build it:

npm run build

Or run the tests:

npm run test:unit

Credits

Favicon created by Eucalyp


There are a couple of issues right now that should be easy to get into the code and, of course, if you want anything else to be implemented you can open an issue too 😋

Collapse
 
dimensi0n profile image
Erwan ROUSSEL

Excellent idea