DEV Community

Cover image for I made a website which helps you find interesting open source projects

I made a website which helps you find interesting open source projects

tdev on April 03, 2020

Project page: https://opensourceappfinder.coders.party Source code: https://github.com/dhst1211/opensourceappfinder This is a project that helps ...
Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

How do you add projects to the website?

Collapse
 
t78497492 profile image
tdev

Currently, I just handpick projects and save information to DB manually. So data will be stale if I don’t periodically update the data. I really want to automate the process in the future.

Collapse
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

If i have a project can i give you details for consideration? (btw XD google forms might work great!)

Thread Thread
 
t78497492 profile image
tdev

If you can share github links to your project and which category your project belongs to, I am happy to include it! (But because this project focuses on the stand-alone app and website, I might reject plugin/library)
Just share here or PM me.

Thread Thread
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

Link: github.com/abdur-rahmaanj/shopyo

Lang: Python

Category: ERP

Thread Thread
 
t78497492 profile image
tdev • Edited

Sorry that I have a problem with the internal script. I will let you know again when I solved the problem and registered your repo.

Thread Thread
 
abdurrahmaanj profile image
Abdur-Rahmaan Janhangeer

Ok 👍

Collapse
 
haythemtlili profile image
Haythem Tlili 🇹🇳🇫🇷

I like the idea.

But it seems that the search is not working well. I've tested the following :

  • C# w/ 100 stars minimum : small number of results showed up
  • Same with Typescript but w/ 10000 stars minimum
Collapse
 
t78497492 profile image
tdev

Thanks. Yes, some search functions have bugs. I will try to fix them gradually if this project keeps getting traffic.

Collapse
 
andyrosenberg profile image
AndyRosenberg • Edited

Like the project. In your next iteration, could you add a filter for last commit? I’d love to hone down on projects that are currently maintained.

Collapse
 
t78497492 profile image
tdev

Thank you! Yeah, that would be useful. I will prioritize the feature when I resume developing the project.

Collapse
 
s0xzwasd profile image
John Doe

Wow, great loading optimization!

Collapse
 
t78497492 profile image
tdev

Thanks! This is just because the website blindly loads all data at initial loading.
It would not have been possible without react-window. I remember the library shortened the initial loading speed by 3-5 seconds.
github.com/bvaughn/react-window