DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

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

Find something to work on or promote your project here.

Please shamelessly promote your project. Everyone who posted in previous weeks is welcome back this week, as always. 😄

Happy coding!

Latest comments (17)

Collapse
 
mittalyashu profile image
Yashu Mittal • Edited

Building an open-source Git GUI app Thermal allowing you to manage all of your Git repositories at one place by providing you a simple to use graphic user interface.

You can also watch a quick demo video.

Screenshots of thermal app

If you are interested to contribute to the app or want to check the progress of the app development, you can join the discord server.

Collapse
 
ivanpaulovich profile image
Ivan Paulovich

Hey! If you liked the Uncle Bob's way of coding you will like the sample application in this project github.com/ivanpaulovich/dotnet-cl...

I am trying to demonstrate the Clean Architecture, Model-View-Presenter, Stability's Principle and so on

Collapse
 
lefterisjp profile image
Lefteris Karapetsas

We @rotkehlchenio (github.com/rotkehlchenio/rotkehlchen …) are looking for #opensource contributors. #Python, #typescript, #electron. Topic is #cryptocurrency tracking, asset management and tax reporting.

Collapse
 
edisonywh profile image
Edison Yap

Yeah I've committed to dev.to couple of of times, love it! :D (should do even more of it haha).

Haven't heard of Alloy, cool will check it out! Is it beginner friendly?

Collapse
 
cristiano profile image
cristiano

If you’re a fan of encrypted email I would love to receive new themes or updates to the current template for ProtonMail Themes. 🙏

github.com/csalmeida/protonmail-th...

Collapse
 
edisonywh profile image
Edison Yap

Any Ruby/Rails/Elixir projects out there looking for contributors? Would love to take a look!

Collapse
 
johnroper100 profile image
John Roper

The popular blogging system Dropplets could use your help. GitHub.com/johnroper100/dropplets

Collapse
 
lganzzzo profile image
Leonid Stryzhevskyi

Oat++ is performance oriented web-service-development framework. Written in C++.

Framework repo:
github.com/oatpp/oatpp

All repos:
github.com/oatpp/

Website:
oatpp.io/

Any kinds of contribution are welcome: feedback, issues, PRs, examples, docs, etc.

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

Collapse
 
pranavpandey profile image
Pranav Pandey • Edited

A complete library to build Android apps with a built-in theme engine.

pranavpandey / dynamic-support

A complete library to build Android apps with a built-in theme engine.

Dynamic Support

License Build Status Download

A complete library to build apps for Android 14+ (ICS or above) devices with a built-in theme engine. It is built on top of the latest app compat library to provide best compatibility.

Since v2.0.0, it uses AndroidX so, first migrate your project to AndroidX.


Contents


Installation

It can be installed by adding the following dependency to your build.gradle file:

dependencies {
    // For AndroidX enabled projects.
    implementation 'com.pranavpandey.android:dynamic-support:2.3.0'
    // For legacy projects.
    implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
}

Usage

It is a collection of activities, fragments, widgets, views and some utility functions required to build a standard Android app. It also provides some in-built use cases like an intro screen drawer activity, about screen, collapsing app bar, bottom navigation, color picker, multiple locales, runtime permissions, etc. which can be used and customised according to the need.

For…

It is a collection of activities, fragments, widgets, views and some utility functions required to build a standard Android app. It also provides some in-built use cases like an intro screen, drawer activity, about screen, collapsing app bar, bottom navigation, color picker, multiple locales, runtime permissions, etc. which can be used and customised according to the need.

Collapse
 
trevornemanic profile image
Trevor Nemanic

What do you need help with on the project?

Collapse
 
pranavpandey profile image
Pranav Pandey • Edited

Thank you very much for your interest!

Currently, I am using it for my personal apps available on Google Play. I tried my best to developed it in a more generalised way but still it is slightly influenced by my personal requirements as I am the only developer of this library.

So, I want more developers to try it in their projects so that we can cover more use cases and make it more stable. There is no need to use the whole library, it also has various independent modules which you can copy directly into your projects. This library is fully commented and you can read the javadoc here.