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
Boilerplate AngularJS project setup for a multi tenancy web app. Each tenant is contained as a child NPM package in the mono repository. The setup showcases a mono repository containing individually build tenant apps based on a customizable AngularJS base app.
A CLI tool to generate React projects using either Vite or Create React App with a pre-configured src structure. Supports both JavaScript and TypeScript setups.
A full-stack React application with Firebase authentication, supporting multi-role and multivendor functionality. Features a secure login, dynamic access control, and a responsive, visually appealing dashboard for managing users, vendors, and real-time data. Ideal for scalable, multi-user platforms.
Python script for setting up a test automation project. Supports 'Robot Framework' for 'Web' platform. Checks installations, creates project folder, and sets up a virtual environment. Contributions welcome.
A proper structured ExpressJS-MongoDb backend project setup ready to code. Just run npm i and start coding. Everything included from .gitignore to .prettierrc. Have good Folder Structure and File Management.
A Python project setup tool that scaffolds projects with best practices, including pre-configured settings for black, isort, mypy, pytest, ruff, and more.
This is a food recipe generator built using HTML, CSS, and JavaScript allows users to generate random or customized recipes based on selected ingredients or preferences. The interface, designed with HTML and CSS, provides a clean and interactive layout where users can select categories like cuisine, dietary restrictions, or meal types.
¡Aprende a desarrollar con Python en tu propio entorno local! Configura Python en tu sistema operativo, instala dependencias con PIP y aísla tus proyectos en entornos virtuales para evitar conflictos entre módulos y sus versiones. Encapsula tus aplicaciones en contenedores de Docker y descubre cómo trabajar en equipo profesionalmente.
LicenseGenie is a command-line tool to generate open-source licenses for your projects. It comes with built-in support for common licenses like MIT, Apache 2.0, and GPL 3.0, and also allows users to add their custom license templates.