Published an NPM Package
Built a feature
Published my first experimental npm package, sort-files.

It's a simple (very simple!) utility library that scans a directory, finds out the extensions of all the files in that directory and creates a directory for each of those extensions, and then moves the files to their respective directories (e.g., sample.c to the 'C Files' directory).