Skip to content
View code-bywatts's full-sized avatar

Block or report code-bywatts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. PBLJ-Exp-2.2-by-23BCS11468 PBLJ-Exp-2.2-by-23BCS11468 Public

    Java

  2. Shopping-Cart-by-Redux-Toolkit Shopping-Cart-by-Redux-Toolkit Public

    Created 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

  3. Login-Form-with-React-State-Management Login-Form-with-React-State-Management Public

    Created 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

  4. Product-Database-Using-Mongoose Product-Database-Using-Mongoose Public

    Created 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

  5. Student-Management-System-Using-MongoDB-and-MVC-Architecture Student-Management-System-Using-MongoDB-and-MVC-Architecture Public

    Created 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

  6. E-commerce-Catalog-with-Nested-Document-Structure-in-MongoDB E-commerce-Catalog-with-Nested-Document-Structure-in-MongoDB Public

    Created 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