asknot
asknot copied to clipboard
Number of projects added
Number of projects under each category and under each programming language added. This is my first open-source contribution.
So I think this is a good idea, but I don't think we should hardcode the strings that include the number of projects that are available. I would prefer to show something like "5/13" somewhere, if we are looking at project 5 out of 13 available for a given category. This would avoid any need to add additional strings that need localization, and we can calculate both numbers dynamically in javascript and update the DOM in this code.
Okay cool. I'll start working on it. Thanks for the help.