You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A portfolio generator for developers and professionals, powered by Inquirer. Easily showcase your skills, highlight your projects, and get a ready-to-use web profile or a developer-friendly baseline.
A Node.js command-line tool that allows users to easily create customizable SVG logos by choosing text, colors, and shapes through interactive prompts. 🧪 Includes robust unit testing with Jest to verify input handling, SVG generation, and overall application functionality.
A Node.js quiz through a Node.js command line program. The program can be used directly in a command line environment or indirectly via webpage. The latter leverages WebSockets and child_process to pipe IO between web client and command line environment. The webpage is served using Express.js.
create-node-app-cli: A CLI tool to scaffold a Node.js project with integrated database, ORM, and optional TypeScript support. Supports frameworks like Express, Fastify, and Nest with built-in Swagger docs setup.
A Node.js application that generates a QR code for a user-provided URL or message, saves it as a PNG file, stores the URL in a text file, and deletes the QR code image after 10 seconds.