Popular repositories Loading
-
-
Shopping-Cart-by-Redux-Toolkit
Shopping-Cart-by-Redux-Toolkit PublicCreated a React application that displays a list of products, allowing users to add products to a shopping cart. Used Redux Toolkit to manage the cart state globally by creating a slice that define…
CSS
-
Login-Form-with-React-State-Management
Login-Form-with-React-State-Management PublicCreated a simple login form component in React that includes fields for username and password. Used the useState hook to manage form data locally. When the user types in the input fields, update th…
JavaScript
-
Product-Database-Using-Mongoose
Product-Database-Using-Mongoose PublicCreated a Node.js application that connects to a MongoDB database using Mongoose. Defined a Product model with properties such as name, price, and category. Implemented routes or functions to perfo…
JavaScript
-
Student-Management-System-Using-MongoDB-and-MVC-Architecture
Student-Management-System-Using-MongoDB-and-MVC-Architecture PublicCreated a student management system using Node.js, Express.js, and MongoDB (with Mongoose). Defined a Student model with properties like name, age, and course. Implemented a controller to handle CR…
JavaScript
-
E-commerce-Catalog-with-Nested-Document-Structure-in-MongoDB
E-commerce-Catalog-with-Nested-Document-Structure-in-MongoDB PublicCreated a MongoDB collection to represent an e-commerce catalog. Each product document includes fields such as name, price, category, and an array of nested variants. Each variant includes details …
JavaScript
If the problem persists, check the GitHub status page or contact support.