I mostly do web stuff. Mostly in React.
CodeA weekend project to use the public Chess.com API. Generates a few pretty charts and crunches some numbers.
If you don't have a Chess.com user, you can try the tool by entering lukasgjetting.
An NPM package to easily add search functionality to your React app..
You simply provide the hook with a list of objects and a list of properties to search in.
An ESLint plugin that provides a rule to enforce parentheses around single line JSX.
IMO, adding parentheses around JSX makes it easier to separate from other code.
For multiline JSX, we have react/jsx-wrap-multilines. However, there is no such rule built-in for single line JSX.