Skip to content

Latest commit

 

History

History
65 lines (64 loc) · 3.11 KB

open-source.md

File metadata and controls

65 lines (64 loc) · 3.11 KB
layout
default

Open Source Contributions

CD
I'd only made a few very small contributions over the years. Now I'm working with the ExpressJS documentation team and plan to contribute there regularly.
Project Link Status Description
expressjs.com: Add blog feature to site. Link merged Add support for blogging section of the website.
expressjs.com: Add dark mode to site. Link merged Add support for dark theme. Check user system preferences, and utilizes local storage for persistence.
expressjs.com: Update routing.md. Link merged Extremely small fix: changed h3 tag to an h2 tag.
react-data-table-component: Fix displaced page elements on project web site. Link stale + unmerged After seeing this bug I submitted the fix without consultation. The maintainers never acknowledged or merged it. No idea why. It fixed the issue.
react-native-autocomplete-input: Update broken API URL used in the app demo. Link merged The demo was pulling from an outdated URL that was broken. I submitted an updated change.
curveball: Added ability to handle multiple inputs by app.use(). Link merged This task was listed as open. I submitted a PR with the updates.
freeCodeCamp: Updated lesson documentation to mention ES6 Javascript. Link merged Made significant changes to lesson plan text, including some small code changes.